Symbol: npa_aq_enq_req
drivers/net/ethernet/marvell/octeontx2/af/cn20k/npa.c
18
return rvu_npa_aq_enq_inst(rvu, (struct npa_aq_enq_req *)req,
drivers/net/ethernet/marvell/octeontx2/af/mbox.h
204
M(NPA_AQ_ENQ, 0x402, npa_aq_enq, npa_aq_enq_req, npa_aq_enq_rsp) \
drivers/net/ethernet/marvell/octeontx2/af/rvu.h
1002
int rvu_npa_aq_enq_inst(struct rvu *rvu, struct npa_aq_enq_req *req,
drivers/net/ethernet/marvell/octeontx2/af/rvu_debugfs.c
1209
struct npa_aq_enq_req aq_req;
drivers/net/ethernet/marvell/octeontx2/af/rvu_debugfs.c
1247
memset(&aq_req, 0, sizeof(struct npa_aq_enq_req));
drivers/net/ethernet/marvell/octeontx2/af/rvu_npa.c
213
struct npa_aq_enq_req aq_req;
drivers/net/ethernet/marvell/octeontx2/af/rvu_npa.c
221
memset(&aq_req, 0, sizeof(struct npa_aq_enq_req));
drivers/net/ethernet/marvell/octeontx2/af/rvu_npa.c
258
static int npa_lf_hwctx_lockdown(struct rvu *rvu, struct npa_aq_enq_req *req)
drivers/net/ethernet/marvell/octeontx2/af/rvu_npa.c
260
struct npa_aq_enq_req lock_ctx_req;
drivers/net/ethernet/marvell/octeontx2/af/rvu_npa.c
266
memset(&lock_ctx_req, 0, sizeof(struct npa_aq_enq_req));
drivers/net/ethernet/marvell/octeontx2/af/rvu_npa.c
282
struct npa_aq_enq_req *req,
drivers/net/ethernet/marvell/octeontx2/af/rvu_npa.c
295
struct npa_aq_enq_req *req,
drivers/net/ethernet/marvell/octeontx2/af/rvu_npa.c
61
int rvu_npa_aq_enq_inst(struct rvu *rvu, struct npa_aq_enq_req *req,
drivers/net/ethernet/marvell/octeontx2/nic/otx2_common.c
1379
struct npa_aq_enq_req *aq;
drivers/net/ethernet/marvell/octeontx2/nic/otx2_common.c
1465
struct npa_aq_enq_req *aq;
drivers/net/ethernet/marvell/octeontx2/nic/otx2_dcbnl.c
339
struct npa_aq_enq_req *npa_aq;
drivers/net/ethernet/marvell/octeontx2/nic/otx2_xsk.c
39
struct npa_aq_enq_req *aura_aq;
drivers/net/ethernet/marvell/octeontx2/nic/otx2_xsk.c
40
struct npa_aq_enq_req *pool_aq;
drivers/net/ethernet/marvell/octeontx2/nic/qos_sq.c
169
struct npa_aq_enq_req *aura_aq;
drivers/net/ethernet/marvell/octeontx2/nic/qos_sq.c
170
struct npa_aq_enq_req *pool_aq;