Searched refs:flow_list_tc (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/net/ethernet/marvell/octeontx2/nic/ |
| H A D | otx2_tc.c | 967 list_for_each_entry_safe(iter, tmp, &flow_cfg->flow_list_tc, list) { in otx2_destroy_tc_flow_list() 979 list_for_each_entry(tmp, &flow_cfg->flow_list_tc, list) { in otx2_tc_get_entry_by_cookie() 993 list_for_each_entry(tmp, &flow_cfg->flow_list_tc, list) { in otx2_tc_get_entry_by_index() 1008 list_for_each_safe(pos, n, &flow_cfg->flow_list_tc) { in otx2_tc_del_from_flow_list() 1025 if (list_empty(&flow_cfg->flow_list_tc)) { in otx2_tc_add_to_flow_list() 1026 list_add(&node->list, &flow_cfg->flow_list_tc); in otx2_tc_add_to_flow_list() 1030 list_for_each_safe(pos, n, &flow_cfg->flow_list_tc) { in otx2_tc_add_to_flow_list() 1121 list_for_each_safe(pos, n, &flow_cfg->flow_list_tc) { in otx2_tc_update_mcam_table_del_req() 1135 list_for_each_safe(pos, n, &flow_cfg->flow_list_tc) { in otx2_tc_update_mcam_table_del_req() 1665 list_for_each_entry(node, &flow_cfg->flow_list_tc, list) { in otx2_tc_apply_ingress_police_rules()
|
| H A D | otx2_flows.c | 284 INIT_LIST_HEAD(&flow_cfg->flow_list_tc); in otx2vf_mcam_flow_init() 307 INIT_LIST_HEAD(&pf->flow_cfg->flow_list_tc); in otx2_mcam_flow_init()
|
| H A D | rep.c | 102 INIT_LIST_HEAD(&rep->flow_cfg->flow_list_tc); in rvu_rep_mcam_flow_init()
|
| H A D | otx2_common.h | 363 struct list_head flow_list_tc; member
|