Home
last modified time | relevance | path

Searched defs:mlx5e_params (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/
Den.h244 struct mlx5e_params { struct
245 u8 log_sq_size;
246 u8 rq_wq_type;
247 u8 log_rq_mtu_frames;
248 u16 num_channels;
249 u8 num_tc;
250 bool rx_cqe_compress_def;
251 bool tunneled_offload_en;
252 struct dim_cq_moder rx_cq_moderation;
253 struct dim_cq_moder tx_cq_moderation;
[all …]
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/
Den.h292 struct mlx5e_params { struct
293 u8 log_sq_size;
294 u8 rq_wq_type;
295 u8 log_rq_mtu_frames;
296 u16 num_channels;
297 struct {
324 static inline u8 mlx5e_get_dcb_num_tc(struct mlx5e_params *params) in mlx5e_get_dcb_num_tc() argument