Searched refs:kpu (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_npc.c1407 rvu->kpu.mkex = mcam_kex;
1417 dev_info(rvu->dev, "Using %s mkex profile\n", rvu->kpu.mkex->name);
1419 npc_program_mkex_profile(rvu, blkaddr, rvu->kpu.mkex);
1426 int kpu, int entry, bool pkind)
1441 reg = NPC_AF_KPUX_ENTRYX_ACTION1(kpu, entry);
1461 reg = NPC_AF_KPUX_ENTRYX_ACTION0(kpu, entry);
1468 int kpu, int entry)
1484 NPC_AF_KPUX_ENTRYX_CAMX(kpu, entry, 0), *(u64 *)&cam0);
1486 NPC_AF_KPUX_ENTRYX_CAMX(kpu, entry, 1), *(u64 *)&cam1);
1494 static void npc_program_kpu_profile(struct rvu *rvu, int blkaddr, int kpu, argument
1424 npc_config_kpuaction(struct rvu *rvu, int blkaddr, const struct npc_kpu_profile_action *kpuaction, int kpu, int entry, bool pkind) argument
1466 npc_config_kpucam(struct rvu *rvu, int blkaddr, const struct npc_kpu_profile_cam *kpucam, int kpu, int entry) argument
1563 u16 kpu, entry; local
2095 struct npc_kpu_profile_adapter *kpu = &rvu->kpu; local
[all...]
H A Drvu_npc_hash.c125 struct npc_mcam_kex_hash *mkex_hash = rvu->kpu.mkex_hash;
165 struct npc_mcam_kex_hash *mkex_hash = rvu->kpu.mkex_hash;
221 struct npc_mcam_kex_hash *mh = rvu->kpu.mkex_hash;
284 struct npc_mcam_kex_hash *mkex_hash = rvu->kpu.mkex_hash;
H A Drvu.h497 const struct npc_kpu_profile *kpu; /* array[kpus] */ member in struct:npc_kpu_profile_adapter
572 struct npc_kpu_profile_adapter kpu; member in struct:rvu
H A Drvu_npc_fs.c462 struct npc_mcam_kex_hash *mkex_hash = rvu->kpu.mkex_hash;
H A Drvu_nix.c4835 ltdefs = rvu->kpu.lt_def;
5527 memcpy(ltdefs, rvu->kpu.lt_def, sizeof(struct npc_lt_def_cfg));

Completed in 178 milliseconds