Searched defs:mlx5e_params (Results 1 – 2 of 2) sorted by relevance
244 struct mlx5e_params { struct245 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 …]
292 struct mlx5e_params { struct293 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