Searched refs:flow_list (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/ |
H A D | tc_tun_encap.c | 154 struct list_head *flow_list) in mlx5e_tc_encap_flows_add() argument 183 list_for_each_entry(flow, flow_list, tmp_list) { in mlx5e_tc_encap_flows_add() 224 struct list_head *flow_list) in mlx5e_tc_encap_flows_del() argument 234 list_for_each_entry(flow, flow_list, tmp_list) { in mlx5e_tc_encap_flows_del() 276 struct list_head *flow_list, in mlx5e_take_tmp_flow() argument 290 list_add(&flow->tmp_list, flow_list); in mlx5e_take_tmp_flow() 296 void mlx5e_take_all_encap_flows(struct mlx5e_encap_entry *e, struct list_head *flow_list) in mlx5e_take_all_encap_flows() argument 303 mlx5e_take_tmp_flow(flow, flow_list, efi->index); in mlx5e_take_all_encap_flows() 311 struct list_head *flow_list) in mlx5e_take_all_route_decap_flows() argument 316 mlx5e_take_tmp_flow(flow, flow_list, 0); in mlx5e_take_all_route_decap_flows() [all …]
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | en_tc.h | 211 struct list_head *flow_list); 214 struct list_head *flow_list); 218 void mlx5e_take_all_encap_flows(struct mlx5e_encap_entry *e, struct list_head *flow_list); 219 void mlx5e_put_flow_list(struct mlx5e_priv *priv, struct list_head *flow_list);
|
H A D | en_tc.c | 2110 void mlx5e_put_flow_list(struct mlx5e_priv *priv, struct list_head *flow_list) in mlx5e_put_flow_list() argument 2114 list_for_each_entry_safe(flow, tmp, flow_list, tmp_list) in mlx5e_put_flow_list()
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/rep/ |
H A D | tc.c | 97 LIST_HEAD(flow_list); in mlx5e_rep_update_flows() 106 mlx5e_take_all_encap_flows(e, &flow_list); in mlx5e_rep_update_flows() 110 mlx5e_tc_encap_flows_del(priv, e, &flow_list); in mlx5e_rep_update_flows() 124 mlx5e_tc_encap_flows_add(priv, e, &flow_list); in mlx5e_rep_update_flows() 128 mlx5e_put_flow_list(priv, &flow_list); in mlx5e_rep_update_flows()
|
/linux/drivers/net/ethernet/marvell/octeontx2/nic/ |
H A D | rep.c | 99 INIT_LIST_HEAD(&rep->flow_cfg->flow_list); in rvu_rep_mcam_flow_init()
|