Searched refs:flow_list (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/ |
| D | en_tc.h | 76 struct list_head *flow_list); 79 struct list_head *flow_list); 83 void mlx5e_take_all_encap_flows(struct mlx5e_encap_entry *e, struct list_head *flow_list); 84 void mlx5e_put_encap_flow_list(struct mlx5e_priv *priv, struct list_head *flow_list);
|
| D | en_rep.c | 605 LIST_HEAD(flow_list); in mlx5e_rep_update_flows() 618 mlx5e_take_all_encap_flows(e, &flow_list); in mlx5e_rep_update_flows() 622 mlx5e_tc_encap_flows_del(priv, e, &flow_list); in mlx5e_rep_update_flows() 632 mlx5e_tc_encap_flows_add(priv, e, &flow_list); in mlx5e_rep_update_flows() 636 mlx5e_put_encap_flow_list(priv, &flow_list); in mlx5e_rep_update_flows()
|
| D | en_tc.c | 1296 struct list_head *flow_list) in mlx5e_tc_encap_flows_add() argument 1317 list_for_each_entry(flow, flow_list, tmp_list) { in mlx5e_tc_encap_flows_add() 1361 struct list_head *flow_list) in mlx5e_tc_encap_flows_del() argument 1370 list_for_each_entry(flow, flow_list, tmp_list) { in mlx5e_tc_encap_flows_del() 1409 void mlx5e_take_all_encap_flows(struct mlx5e_encap_entry *e, struct list_head *flow_list) in mlx5e_take_all_encap_flows() argument 1421 list_add(&flow->tmp_list, flow_list); in mlx5e_take_all_encap_flows() 1426 void mlx5e_put_encap_flow_list(struct mlx5e_priv *priv, struct list_head *flow_list) in mlx5e_put_encap_flow_list() argument 1430 list_for_each_entry_safe(flow, tmp, flow_list, tmp_list) in mlx5e_put_encap_flow_list() 1506 LIST_HEAD(flow_list); in mlx5e_tc_update_neigh_used_value() 1515 list_add(&flow->tmp_list, &flow_list); in mlx5e_tc_update_neigh_used_value() [all …]
|