Searched defs:mlx5_esw_offload (Results 1 – 1 of 1) sorted by relevance
179 struct mlx5_esw_offload { struct180 struct mlx5_flow_table *ft_offloads;181 struct mlx5_flow_group *vport_rx_group;182 struct mlx5_eswitch_rep *vport_reps;183 struct list_head peer_flows;184 struct mutex peer_mutex;185 struct mutex encap_tbl_lock; /* protects encap_tbl */187 struct mod_hdr_tbl mod_hdr;189 struct mutex termtbl_mutex; /* protects termtbl hash */190 const struct mlx5_eswitch_rep_ops *rep_ops[NUM_REP_TYPES];[all …]