Searched refs:opc_type (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.6/drivers/net/ethernet/marvell/octeontx2/af/ |
D | rvu_npc_hash.c | 784 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 807 switch (opc_type) { in rvu_npc_exact_add_to_list() 823 dev_err(rvu->dev, "%s: Unknown opc type%d\n", __func__, opc_type); in rvu_npc_exact_add_to_list() 833 entry->opc_type = opc_type; in rvu_npc_exact_add_to_list() 899 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 915 switch (opc_type) { in rvu_npc_exact_dealloc_table_entry() 946 dev_err(rvu->dev, "%s: invalid opc type %d", __func__, opc_type); in rvu_npc_exact_dealloc_table_entry() 953 __func__, index, ways, opc_type); in rvu_npc_exact_dealloc_table_entry() 974 u32 *index, u8 *ways, enum npc_exact_opc_type *opc_type) in rvu_npc_exact_alloc_table_entry() argument 987 *opc_type = NPC_EXACT_OPC_MEM; in rvu_npc_exact_alloc_table_entry() [all …]
|
D | rvu_npc_hash.h | 158 enum npc_exact_opc_type opc_type; member
|