Lines Matching refs:mkex
1273 struct npc_mcam_kex *mkex, u8 intf) in npc_program_mkex_rx() argument
1281 mkex->keyx_cfg[NIX_INTF_RX]); in npc_program_mkex_rx()
1288 mkex->intf_lid_lt_ld[NIX_INTF_RX] in npc_program_mkex_rx()
1296 mkex->intf_ld_flags[NIX_INTF_RX] in npc_program_mkex_rx()
1302 struct npc_mcam_kex *mkex, u8 intf) in npc_program_mkex_tx() argument
1310 mkex->keyx_cfg[NIX_INTF_TX]); in npc_program_mkex_tx()
1317 mkex->intf_lid_lt_ld[NIX_INTF_TX] in npc_program_mkex_tx()
1325 mkex->intf_ld_flags[NIX_INTF_TX] in npc_program_mkex_tx()
1331 struct npc_mcam_kex *mkex) in npc_program_mkex_profile() argument
1339 mkex->kex_ld_flags[ld]); in npc_program_mkex_profile()
1342 npc_program_mkex_rx(rvu, blkaddr, mkex, intf); in npc_program_mkex_profile()
1343 npc_program_mkex_tx(rvu, blkaddr, mkex, intf); in npc_program_mkex_profile()
1407 rvu->kpu.mkex = mcam_kex; in npc_load_mkex_profile()
1417 dev_info(rvu->dev, "Using %s mkex profile\n", rvu->kpu.mkex->name); in npc_load_mkex_profile()
1419 npc_program_mkex_profile(rvu, blkaddr, rvu->kpu.mkex); in npc_load_mkex_profile()
1548 profile->mkex = &npc_mkex_default; in npc_prepare_default_kpu()
1605 profile->mkex = &fw->mkex; in npc_apply_custom_kpu()
2026 struct npc_mcam_kex *mkex = rvu->kpu.mkex; in rvu_npc_setup_interfaces() local
2039 rx_kex = mkex->keyx_cfg[NIX_INTF_RX]; in rvu_npc_setup_interfaces()
2040 tx_kex = mkex->keyx_cfg[NIX_INTF_TX]; in rvu_npc_setup_interfaces()
2047 mkex->keyx_cfg[NIX_INTF_TX] = tx_kex; in rvu_npc_setup_interfaces()