Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/marvell/octeontx2/af/
Drvu_npc_hash.c746 static int rvu_npc_exact_add_to_list(struct rvu *rvu, enum npc_exact_opc_type opc_type, u8 ways, in rvu_npc_exact_add_to_list() argument
769 switch (opc_type) { in rvu_npc_exact_add_to_list()
785 dev_err(rvu->dev, "%s: Unknown opc type%d\n", __func__, opc_type); in rvu_npc_exact_add_to_list()
795 entry->opc_type = opc_type; in rvu_npc_exact_add_to_list()
861 static int rvu_npc_exact_dealloc_table_entry(struct rvu *rvu, enum npc_exact_opc_type opc_type, in rvu_npc_exact_dealloc_table_entry() argument
877 switch (opc_type) { in rvu_npc_exact_dealloc_table_entry()
908 dev_err(rvu->dev, "%s: invalid opc type %d", __func__, opc_type); in rvu_npc_exact_dealloc_table_entry()
915 __func__, index, ways, opc_type); in rvu_npc_exact_dealloc_table_entry()
936 u32 *index, u8 *ways, enum npc_exact_opc_type *opc_type) in rvu_npc_exact_alloc_table_entry() argument
949 *opc_type = NPC_EXACT_OPC_MEM; in rvu_npc_exact_alloc_table_entry()
[all …]
Drvu_npc_hash.h152 enum npc_exact_opc_type opc_type; member