Searched refs:opc_type (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeontx2/af/ |
H A D | rvu_npc_hash.c | 770 * @opc_type: OPCODE to select MEM/CAM table. 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() 894 * @opc_type: OPCODE for selection of table(MEM or CAM) 895 * @ways: ways if opc_type is MEM table. 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() 973 rvu_npc_exact_alloc_table_entry(struct rvu *rvu, char *mac, u16 chan, u8 ctype, u32 *index, u8 *ways, enum npc_exact_opc_type *opc_type) rvu_npc_exact_alloc_table_entry() argument 1321 enum npc_exact_opc_type opc_type; rvu_npc_exact_add_table_entry() local [all...] |
H A D | rvu_npc_hash.h | 158 enum npc_exact_opc_type opc_type; member
|
Completed in 5 milliseconds