Home
last modified time | relevance | path

Searched refs:opc_type (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_npc_hash.c807 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() local
1341 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 …]
H A Drvu_npc_hash.h158 enum npc_exact_opc_type opc_type; member