Lines Matching refs:mkex
1242 struct npc_mcam_kex *mkex, u8 intf) in npc_program_mkex_rx() argument
1250 mkex->keyx_cfg[NIX_INTF_RX]); in npc_program_mkex_rx()
1257 mkex->intf_lid_lt_ld[NIX_INTF_RX] in npc_program_mkex_rx()
1265 mkex->intf_ld_flags[NIX_INTF_RX] in npc_program_mkex_rx()
1271 struct npc_mcam_kex *mkex, u8 intf) in npc_program_mkex_tx() argument
1279 mkex->keyx_cfg[NIX_INTF_TX]); in npc_program_mkex_tx()
1286 mkex->intf_lid_lt_ld[NIX_INTF_TX] in npc_program_mkex_tx()
1294 mkex->intf_ld_flags[NIX_INTF_TX] in npc_program_mkex_tx()
1300 struct npc_mcam_kex *mkex) in npc_program_mkex_profile() argument
1308 mkex->kex_ld_flags[ld]); in npc_program_mkex_profile()
1311 npc_program_mkex_rx(rvu, blkaddr, mkex, intf); in npc_program_mkex_profile()
1312 npc_program_mkex_tx(rvu, blkaddr, mkex, intf); in npc_program_mkex_profile()
1376 rvu->kpu.mkex = mcam_kex; in npc_load_mkex_profile()
1386 dev_info(rvu->dev, "Using %s mkex profile\n", rvu->kpu.mkex->name); in npc_load_mkex_profile()
1388 npc_program_mkex_profile(rvu, blkaddr, rvu->kpu.mkex); in npc_load_mkex_profile()
1517 profile->mkex = &npc_mkex_default; in npc_prepare_default_kpu()
1574 profile->mkex = &fw->mkex; in npc_apply_custom_kpu()
1970 struct npc_mcam_kex *mkex = rvu->kpu.mkex; in rvu_npc_setup_interfaces() local
1983 rx_kex = mkex->keyx_cfg[NIX_INTF_RX]; in rvu_npc_setup_interfaces()
1984 tx_kex = mkex->keyx_cfg[NIX_INTF_TX]; in rvu_npc_setup_interfaces()
1991 mkex->keyx_cfg[NIX_INTF_TX] = tx_kex; in rvu_npc_setup_interfaces()