Searched defs:mlx5e_tc_flow (Results 1 – 1 of 1) sorted by relevance
76 struct mlx5e_tc_flow { struct97 struct mlx5e_tc_flow *peer_flow; argument98 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.g106 struct net_device *orig_dev; /* netdev adding flow first */107 int tmp_entry_index;[all …]