Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/ethernet/mellanox/mlx5/core/en/
Dtc_priv.h76 struct mlx5e_tc_flow { struct
97 struct mlx5e_tc_flow *peer_flow; argument
98 struct mlx5e_mod_hdr_handle *mh; /* attached mod header instance */
99 struct mlx5e_mod_hdr_handle *slow_mh; /* attached mod header instance for slow path */
100 struct mlx5e_hairpin_entry *hpe; /* attached hairpin instance */
101 struct list_head hairpin; /* flows sharing the same hairpin */
102 struct list_head peer; /* flows with peer flow */
103 struct list_head unready; /* flows not ready to be offloaded (e.g
106 struct net_device *orig_dev; /* netdev adding flow first */
107 int tmp_entry_index;
[all …]