Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/
Den_rep.h84 struct list_head unready_flows; member
Den_tc.c1255 struct list_head *unready_flows) in unready_flow_add() argument
1258 list_add_tail(&flow->unready, unready_flows); in unready_flow_add()
1281 unready_flow_add(flow, &uplink_priv->unready_flows); in add_unready_flow()
5109 list_for_each_entry_safe(flow, tmp, &rpriv->unready_flows, unready) { in mlx5e_tc_reoffload_flows_work()
/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/en/rep/
Dtc.c259 INIT_LIST_HEAD(&uplink_priv->unready_flows); in mlx5e_rep_tc_init()