• Home
  • Raw
  • Download

Lines Matching refs:lid

1233 #define SET_KEX_LD(intf, lid, ltype, ld, cfg)	\  argument
1235 NPC_AF_INTFX_LIDX_LTX_LDX_CFG(intf, lid, ltype, ld), cfg)
1244 int lid, lt, ld, fl; in npc_program_mkex_rx() local
1253 for (lid = 0; lid < NPC_MAX_LID; lid++) { in npc_program_mkex_rx()
1256 SET_KEX_LD(intf, lid, lt, ld, in npc_program_mkex_rx()
1258 [lid][lt][ld]); in npc_program_mkex_rx()
1273 int lid, lt, ld, fl; in npc_program_mkex_tx() local
1282 for (lid = 0; lid < NPC_MAX_LID; lid++) { in npc_program_mkex_tx()
1285 SET_KEX_LD(intf, lid, lt, ld, in npc_program_mkex_tx()
1287 [lid][lt][ld]); in npc_program_mkex_tx()
1415 action0.capture_lid = kpuaction->lid; in npc_config_kpuaction()
2075 (kpu->lt_def->pck_ol2.lid << 8) | (kpu->lt_def->pck_ol2.ltype_match << 4) | in rvu_npc_init()
2078 (kpu->lt_def->pck_oip4.lid << 8) | (kpu->lt_def->pck_oip4.ltype_match << 4) | in rvu_npc_init()
2083 (kpu->lt_def->pck_iip4.lid << 8) | (kpu->lt_def->pck_iip4.ltype_match << 4) | in rvu_npc_init()
3194 #define GET_KEX_LD(intf, lid, lt, ld) \ argument
3196 NPC_AF_INTFX_LIDX_LTX_LDX_CFG(intf, lid, lt, ld))
3205 int lid, lt, ld, fl; in rvu_mbox_handler_npc_get_kex_cfg() local
3209 for (lid = 0; lid < NPC_MAX_LID; lid++) { in rvu_mbox_handler_npc_get_kex_cfg()
3212 rsp->intf_lid_lt_ld[NIX_INTF_RX][lid][lt][ld] = in rvu_mbox_handler_npc_get_kex_cfg()
3213 GET_KEX_LD(NIX_INTF_RX, lid, lt, ld); in rvu_mbox_handler_npc_get_kex_cfg()
3214 rsp->intf_lid_lt_ld[NIX_INTF_TX][lid][lt][ld] = in rvu_mbox_handler_npc_get_kex_cfg()
3215 GET_KEX_LD(NIX_INTF_TX, lid, lt, ld); in rvu_mbox_handler_npc_get_kex_cfg()