Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/
Deswitch.h244 struct mlx5_eswitch { struct
247 struct mlx5_eswitch_fdb fdb_table; argument
249 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