Searched defs:mlx5_tc_ct_priv (Results 1 – 1 of 1) sorted by relevance
61 struct mlx5_tc_ct_priv { struct62 struct mlx5_core_dev *dev;63 struct mlx5e_priv *priv;64 const struct net_device *netdev;65 struct mod_hdr_tbl *mod_hdr_tbl;66 struct xarray tuple_ids;67 struct rhashtable zone_ht;68 struct rhashtable ct_tuples_ht;69 struct rhashtable ct_tuples_nat_ht;70 struct mlx5_flow_table *ct;[all …]