Searched defs:mlx5e_priv (Results 1 – 1 of 1) sorted by relevance
1075 struct mlx5e_priv { struct1076 struct mlx5_core_dev *mdev; /* must be first */1079 int order_base_2_num_channels;1080 int queue_mapping_channel_mask;1081 int num_tc;1082 int default_vlan_prio;1085 unsigned long state;1086 int gone;1091 struct sx state_lock; /* Protects Interface state */1092 struct mlx5e_rq drop_rq;[all …]