Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/marvell/octeontx2/nic/
Dotx2_tc.c752 list_for_each_entry_safe(iter, tmp, &flow_cfg->flow_list_tc, list) { in otx2_destroy_tc_flow_list()
764 list_for_each_entry(tmp, &flow_cfg->flow_list_tc, list) { in otx2_tc_get_entry_by_cookie()
778 list_for_each_entry(tmp, &flow_cfg->flow_list_tc, list) { in otx2_tc_get_entry_by_index()
793 list_for_each_safe(pos, n, &flow_cfg->flow_list_tc) { in otx2_tc_del_from_flow_list()
810 if (list_empty(&flow_cfg->flow_list_tc)) { in otx2_tc_add_to_flow_list()
811 list_add(&node->list, &flow_cfg->flow_list_tc); in otx2_tc_add_to_flow_list()
815 list_for_each_safe(pos, n, &flow_cfg->flow_list_tc) { in otx2_tc_add_to_flow_list()
906 list_for_each_safe(pos, n, &flow_cfg->flow_list_tc) { in otx2_tc_update_mcam_table_del_req()
920 list_for_each_safe(pos, n, &flow_cfg->flow_list_tc) { in otx2_tc_update_mcam_table_del_req()
Dotx2_flows.c279 INIT_LIST_HEAD(&flow_cfg->flow_list_tc); in otx2vf_mcam_flow_init()
302 INIT_LIST_HEAD(&pf->flow_cfg->flow_list_tc); in otx2_mcam_flow_init()
Dotx2_common.h366 struct list_head flow_list_tc; member