Searched defs:mlx5e_tc_table (Results 1 – 1 of 1) sorted by relevance
17 struct mlx5e_tc_table { struct21 struct mutex t_lock;22 struct mlx5_flow_table *t;23 struct mlx5_fs_chains *chains;24 struct mlx5e_post_act *post_act;26 struct rhashtable ht;28 struct mod_hdr_tbl mod_hdr;29 struct mutex hairpin_tbl_lock; /* protects hairpin_tbl */32 struct notifier_block netdevice_nb;33 struct netdev_net_notifier netdevice_nn;[all …]