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

/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_rep.h79 /* protects unready_flows */
81 struct list_head unready_flows; member in struct:mlx5_rep_uplink_priv
H A Den_tc.c1605 struct list_head *unready_flows)
1608 list_add_tail(&flow->unready, unready_flows);
1631 unready_flow_add(flow, &uplink_priv->unready_flows);
5409 list_for_each_entry_safe(flow, tmp, &rpriv->unready_flows, unready) {
1604 unready_flow_add(struct mlx5e_tc_flow *flow, struct list_head *unready_flows) argument
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en/rep/
H A Dtc.c277 INIT_LIST_HEAD(&uplink_priv->unready_flows);

Completed in 169 milliseconds