Searched defs:mlx5_eswitch (Results 1 – 1 of 1) sorted by relevance
244 struct mlx5_eswitch { struct247 struct mlx5_eswitch_fdb fdb_table; argument249 struct hlist_head mc_table[MLX5_L2_ADDR_HASH_SIZE];250 struct esw_mc_addr mc_promisc;252 struct workqueue_struct *work_queue;253 struct mlx5_vport *vports;254 u32 flags;255 int total_vports;256 int enabled_vports;282 void esw_offloads_disable(struct mlx5_eswitch *esw); argument