Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_rep.h81 struct list_head unready_flows; member
H A Den_tc.c1605 struct list_head *unready_flows) in unready_flow_add() argument
1608 list_add_tail(&flow->unready, unready_flows); in unready_flow_add()
1631 unready_flow_add(flow, &uplink_priv->unready_flows); in add_unready_flow()
5529 list_for_each_entry_safe(flow, tmp, &rpriv->unready_flows, unready) { in mlx5e_tc_reoffload_flows_work()
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/rep/
H A Dtc.c277 INIT_LIST_HEAD(&uplink_priv->unready_flows); in mlx5e_rep_tc_init()