Home
last modified time | relevance | path

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

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