Searched refs:flow_list (Results 1 – 7 of 7) sorted by relevance
| /linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/en/ |
| H A D | tc_tun_encap.c | 153 struct list_head *flow_list) in mlx5e_tc_encap_flows_add() argument 223 struct list_head *flow_list) in mlx5e_tc_encap_flows_del() argument 275 struct list_head *flow_list, in mlx5e_take_tmp_flow() argument 289 list_add(&flow->tmp_list, flow_list); in mlx5e_take_tmp_flow() 310 struct list_head *flow_list) in mlx5e_take_all_route_decap_flows() argument 417 LIST_HEAD(flow_list); in mlx5e_tc_update_neigh_used_value() 1586 struct list_head *flow_list, in mlx5e_update_route_encaps() argument 1619 struct list_head *flow_list) in mlx5e_unoffload_flow_list() argument 1668 struct list_head *flow_list, in mlx5e_update_route_decap_flows() argument 1684 list_splice(&decap_flows, flow_list); in mlx5e_update_route_decap_flows() [all …]
|
| /linux-6.15/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 | 2107 void mlx5e_put_flow_list(struct mlx5e_priv *priv, struct list_head *flow_list) in mlx5e_put_flow_list() argument 2111 list_for_each_entry_safe(flow, tmp, flow_list, tmp_list) in mlx5e_put_flow_list()
|
| /linux-6.15/drivers/net/ethernet/marvell/octeontx2/nic/ |
| H A D | otx2_flows.c | 283 INIT_LIST_HEAD(&flow_cfg->flow_list); in otx2vf_mcam_flow_init() 306 INIT_LIST_HEAD(&pf->flow_cfg->flow_list); in otx2_mcam_flow_init() 461 list_for_each_entry(iter, &pfvf->flow_cfg->flow_list, list) { in otx2_find_flow() 471 struct list_head *head = &pfvf->flow_cfg->flow_list; in otx2_add_flow_to_list() 474 list_for_each_entry(iter, &pfvf->flow_cfg->flow_list, list) { in otx2_add_flow_to_list() 505 list_for_each_entry(iter, &pfvf->flow_cfg->flow_list, list) { in otx2_get_flow() 1242 list_for_each_entry(iter, &pfvf->flow_cfg->flow_list, list) { in otx2_update_rem_pfmac() 1323 list_for_each_entry_safe(flow, tmp, &pfvf->flow_cfg->flow_list, list) { in otx2_rss_ctx_flow_del() 1359 list_for_each_entry_safe(iter, tmp, &flow_cfg->flow_list, list) { in otx2_destroy_ntuple_flows() 1382 list_for_each_entry_safe(iter, tmp, &flow_cfg->flow_list, list) { in otx2_destroy_mcam_flows() [all …]
|
| H A D | rep.c | 101 INIT_LIST_HEAD(&rep->flow_cfg->flow_list); in rvu_rep_mcam_flow_init()
|
| H A D | otx2_common.h | 352 struct list_head flow_list; member
|
| /linux-6.15/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()
|