Searched refs:kwi (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/af/ |
H A D | rvu_npc_fs.c | 165 int kwi; in npc_check_overlap_fields() local 174 for (kwi = 0; kwi < NPC_MAX_KWS_IN_KEY; kwi++) { in npc_check_overlap_fields() 175 if (input1->kw_mask[kwi] & input2->kw_mask[kwi]) in npc_check_overlap_fields() 249 u8 kwi = (key_nibble * 4) / 64; /* which word in key */ in npc_scan_exact_result() local 261 npc_set_kw_masks(mcam, type, nr_bits, kwi, offset, intf); in npc_scan_exact_result() 268 u8 kwi = (key_nibble * 4) / 64; /* which word in key */ in npc_scan_parse_result() local 314 npc_set_kw_masks(mcam, type, nr_bits, kwi, offset, intf); in npc_scan_parse_result()
|