Lines Matching refs:lt
103 static u64 npc_update_use_hash(int lt, int ld) in npc_update_use_hash() argument
107 switch (lt) { in npc_update_use_hash()
125 int lid, lt, ld, hash_cnt = 0; in npc_program_mkex_hash_rx() local
132 for (lt = 0; lt < NPC_MAX_LT; lt++) { in npc_program_mkex_hash_rx()
134 if (mkex_hash->lid_lt_ld_hash_en[intf][lid][lt][ld]) { in npc_program_mkex_hash_rx()
135 u64 cfg = npc_update_use_hash(lt, ld); in npc_program_mkex_hash_rx()
142 SET_KEX_LD(intf, lid, lt, ld, cfg); in npc_program_mkex_hash_rx()
162 int lid, lt, ld, hash_cnt = 0; in npc_program_mkex_hash_tx() local
169 for (lt = 0; lt < NPC_MAX_LT; lt++) { in npc_program_mkex_hash_tx()
171 if (mkex_hash->lid_lt_ld_hash_en[intf][lid][lt][ld]) { in npc_program_mkex_hash_tx()
172 u64 cfg = npc_update_use_hash(lt, ld); in npc_program_mkex_hash_tx()
179 SET_KEX_LD(intf, lid, lt, ld, cfg); in npc_program_mkex_hash_tx()