Searched refs:mcam_rules (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/net/ethernet/marvell/octeontx2/af/ |
| H A D | rvu_npc_fs.c | 868 INIT_LIST_HEAD(&mcam->mcam_rules); in npc_flow_steering_init() 1219 list_for_each_entry(iter, &mcam->mcam_rules, list) { in rvu_mcam_find_rule() 1233 struct list_head *head = &mcam->mcam_rules; in rvu_mcam_add_rule() 1237 list_for_each_entry(iter, &mcam->mcam_rules, list) { in rvu_mcam_add_rule() 1936 list_for_each_entry_safe(iter, tmp, &mcam->mcam_rules, list) { in rvu_mbox_handler_npc_delete_flow() 2041 list_for_each_entry(rule, &mcam->mcam_rules, list) { in npc_mcam_enable_flows()
|
| H A D | rvu_npc.c | 502 list_for_each_entry(rule, &mcam->mcam_rules, list) { in npc_fixup_vf_rule() 1123 list_for_each_entry(rule, &mcam->mcam_rules, list) { in npc_update_vf_flow_entry() 1388 list_for_each_entry_safe(rule, tmp, &mcam->mcam_rules, list) { in rvu_npc_enable_mcam_by_entry_index() 1433 list_for_each_entry_safe(rule, tmp, &mcam->mcam_rules, list) { in rvu_npc_disable_mcam_entries() 1475 list_for_each_entry_safe(rule, tmp, &mcam->mcam_rules, list) { in rvu_npc_free_mcam_entries() 3114 list_for_each_entry(rule, &mcam->mcam_rules, list) { in npc_config_cntr_default_entries() 4102 list_for_each_entry(rule, &mcam->mcam_rules, list) { in rvu_npc_clear_ucast_entry()
|
| H A D | rvu.h | 240 struct list_head mcam_rules; member
|
| /linux/drivers/net/ethernet/marvell/octeontx2/af/cn20k/ |
| H A D | npc.c | 3755 list_for_each_entry_safe(rule, tmp, &mcam->mcam_rules, list) { in npc_defrag_move_vdx_to_free() 4281 list_for_each_entry_safe(rule, tmp, &mcam->mcam_rules, list) { in npc_cn20k_dft_rules_free()
|