Searched refs:opc_type (Results 1 – 2 of 2) sorted by relevance
807 switch (opc_type) { in rvu_npc_exact_add_to_list()833 entry->opc_type = opc_type; in rvu_npc_exact_add_to_list()915 switch (opc_type) { in rvu_npc_exact_dealloc_table_entry()953 __func__, index, ways, opc_type); in rvu_npc_exact_dealloc_table_entry()987 *opc_type = NPC_EXACT_OPC_MEM; in rvu_npc_exact_alloc_table_entry()999 *opc_type = NPC_EXACT_OPC_CAM; in rvu_npc_exact_alloc_table_entry()1321 enum npc_exact_opc_type opc_type; in rvu_npc_exact_add_table_entry() local1341 if (opc_type == NPC_EXACT_OPC_CAM) in rvu_npc_exact_add_table_entry()1376 __func__, index, mac, ways, opc_type); in rvu_npc_exact_add_table_entry()1420 if (entry->opc_type == NPC_EXACT_OPC_MEM) { in rvu_npc_exact_update_table_entry()[all …]
158 enum npc_exact_opc_type opc_type; member