Home
last modified time | relevance | path

Searched refs:unready_flows (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.1/drivers/net/ethernet/mellanox/mlx5/core/
Den_rep.h81 struct list_head unready_flows; member
Den_tc.c1511 struct list_head *unready_flows) in unready_flow_add() argument
1514 list_add_tail(&flow->unready, unready_flows); in unready_flow_add()
1537 unready_flow_add(flow, &uplink_priv->unready_flows); in add_unready_flow()
5196 list_for_each_entry_safe(flow, tmp, &rpriv->unready_flows, unready) { in mlx5e_tc_reoffload_flows_work()
/Linux-v6.1/drivers/net/ethernet/mellanox/mlx5/core/en/rep/
Dtc.c264 INIT_LIST_HEAD(&uplink_priv->unready_flows); in mlx5e_rep_tc_init()