Lines Matching refs:lid
104 u8 intf, int lid, int lt, int ld) in npc_update_use_hash() argument
109 cfg = rvu_read64(rvu, blkaddr, NPC_AF_INTFX_LIDX_LTX_LDX_CFG(intf, lid, lt, ld)); in npc_update_use_hash()
126 int lid, lt, ld, hash_cnt = 0; in npc_program_mkex_hash_rx() local
132 for (lid = 0; lid < NPC_MAX_LID; lid++) { in npc_program_mkex_hash_rx()
135 if (mkex_hash->lid_lt_ld_hash_en[intf][lid][lt][ld]) { in npc_program_mkex_hash_rx()
142 intf, lid, lt, ld); in npc_program_mkex_hash_rx()
144 SET_KEX_LD(intf, lid, lt, ld, cfg); in npc_program_mkex_hash_rx()
166 int lid, lt, ld, hash_cnt = 0; in npc_program_mkex_hash_tx() local
172 for (lid = 0; lid < NPC_MAX_LID; lid++) { in npc_program_mkex_hash_tx()
175 if (mkex_hash->lid_lt_ld_hash_en[intf][lid][lt][ld]) { in npc_program_mkex_hash_tx()
182 intf, lid, lt, ld); in npc_program_mkex_hash_tx()
184 SET_KEX_LD(intf, lid, lt, ld, cfg); in npc_program_mkex_hash_tx()
302 u8 lid = (cfg & GENMASK_ULL(10, 8)) >> 8; in npc_update_field_hash() local
306 if (mkex_hash->lid_lt_ld_hash_en[intf][lid][ltype][hash_idx]) { in npc_update_field_hash()