aq_req            669 drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c 	struct nix_aq_enq_req aq_req;
aq_req            677 drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c 	memset(&aq_req, 0, sizeof(struct nix_aq_enq_req));
aq_req            678 drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c 	aq_req.hdr.pcifunc = req->hdr.pcifunc;
aq_req            681 drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c 		aq_req.cq.ena = 0;
aq_req            682 drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c 		aq_req.cq_mask.ena = 1;
aq_req            687 drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c 		aq_req.sq.ena = 0;
aq_req            688 drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c 		aq_req.sq_mask.ena = 1;
aq_req            693 drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c 		aq_req.rq.ena = 0;
aq_req            694 drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c 		aq_req.rq_mask.ena = 1;
aq_req            699 drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c 	aq_req.ctype = req->ctype;
aq_req            700 drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c 	aq_req.op = NIX_AQ_INSTOP_WRITE;
aq_req            705 drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c 		aq_req.qidx = qidx;
aq_req            706 drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c 		rc = rvu_nix_aq_enq_inst(rvu, &aq_req, NULL);
aq_req           1625 drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c 	struct nix_aq_enq_req aq_req;
aq_req           1628 drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c 	aq_req.hdr.pcifunc = 0;
aq_req           1629 drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c 	aq_req.ctype = NIX_AQ_CTYPE_MCE;
aq_req           1630 drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c 	aq_req.op = op;
aq_req           1631 drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c 	aq_req.qidx = mce;
aq_req           1634 drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c 	aq_req.mce.op = 0;
aq_req           1635 drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c 	aq_req.mce.index = 0;
aq_req           1636 drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c 	aq_req.mce.eol = eol;
aq_req           1637 drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c 	aq_req.mce.pf_func = pcifunc;
aq_req           1638 drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c 	aq_req.mce.next = next;
aq_req           1641 drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c 	*(u64 *)(&aq_req.mce_mask) = ~0ULL;
aq_req           1643 drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c 	err = rvu_nix_aq_enq_inst(rvu, &aq_req, NULL);
aq_req            202 drivers/net/ethernet/marvell/octeontx2/af/rvu_npa.c 	struct npa_aq_enq_req aq_req;
aq_req            210 drivers/net/ethernet/marvell/octeontx2/af/rvu_npa.c 	memset(&aq_req, 0, sizeof(struct npa_aq_enq_req));
aq_req            211 drivers/net/ethernet/marvell/octeontx2/af/rvu_npa.c 	aq_req.hdr.pcifunc = req->hdr.pcifunc;
aq_req            214 drivers/net/ethernet/marvell/octeontx2/af/rvu_npa.c 		aq_req.pool.ena = 0;
aq_req            215 drivers/net/ethernet/marvell/octeontx2/af/rvu_npa.c 		aq_req.pool_mask.ena = 1;
aq_req            219 drivers/net/ethernet/marvell/octeontx2/af/rvu_npa.c 		aq_req.aura.ena = 0;
aq_req            220 drivers/net/ethernet/marvell/octeontx2/af/rvu_npa.c 		aq_req.aura_mask.ena = 1;
aq_req            225 drivers/net/ethernet/marvell/octeontx2/af/rvu_npa.c 	aq_req.ctype = req->ctype;
aq_req            226 drivers/net/ethernet/marvell/octeontx2/af/rvu_npa.c 	aq_req.op = NPA_AQ_INSTOP_WRITE;
aq_req            231 drivers/net/ethernet/marvell/octeontx2/af/rvu_npa.c 		aq_req.aura_id = id;
aq_req            232 drivers/net/ethernet/marvell/octeontx2/af/rvu_npa.c 		rc = rvu_npa_aq_enq_inst(rvu, &aq_req, NULL);