Searched refs:kwi (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/drivers/net/ethernet/marvell/octeontx2/af/ |
D | rvu_npc_fs.c | 152 int kwi; in npc_check_overlap_fields() local 161 for (kwi = 0; kwi < NPC_MAX_KWS_IN_KEY; kwi++) { in npc_check_overlap_fields() 162 if (input1->kw_mask[kwi] & input2->kw_mask[kwi]) in npc_check_overlap_fields() 236 u8 kwi = (key_nibble * 4) / 64; /* which word in key */ in npc_scan_exact_result() local 248 npc_set_kw_masks(mcam, type, nr_bits, kwi, offset, intf); in npc_scan_exact_result() 255 u8 kwi = (key_nibble * 4) / 64; /* which word in key */ in npc_scan_parse_result() local 301 npc_set_kw_masks(mcam, type, nr_bits, kwi, offset, intf); in npc_scan_parse_result()
|