Home
last modified time | relevance | path

Searched refs:aq_req (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/net/ethernet/marvell/octeontx2/af/
Drvu_npa.c202 struct npa_aq_enq_req aq_req; in npa_lf_hwctx_disable() local
210 memset(&aq_req, 0, sizeof(struct npa_aq_enq_req)); in npa_lf_hwctx_disable()
211 aq_req.hdr.pcifunc = req->hdr.pcifunc; in npa_lf_hwctx_disable()
214 aq_req.pool.ena = 0; in npa_lf_hwctx_disable()
215 aq_req.pool_mask.ena = 1; in npa_lf_hwctx_disable()
219 aq_req.aura.ena = 0; in npa_lf_hwctx_disable()
220 aq_req.aura_mask.ena = 1; in npa_lf_hwctx_disable()
225 aq_req.ctype = req->ctype; in npa_lf_hwctx_disable()
226 aq_req.op = NPA_AQ_INSTOP_WRITE; in npa_lf_hwctx_disable()
231 aq_req.aura_id = id; in npa_lf_hwctx_disable()
[all …]
Drvu_nix.c669 struct nix_aq_enq_req aq_req; in nix_lf_hwctx_disable() local
677 memset(&aq_req, 0, sizeof(struct nix_aq_enq_req)); in nix_lf_hwctx_disable()
678 aq_req.hdr.pcifunc = req->hdr.pcifunc; in nix_lf_hwctx_disable()
681 aq_req.cq.ena = 0; in nix_lf_hwctx_disable()
682 aq_req.cq_mask.ena = 1; in nix_lf_hwctx_disable()
687 aq_req.sq.ena = 0; in nix_lf_hwctx_disable()
688 aq_req.sq_mask.ena = 1; in nix_lf_hwctx_disable()
693 aq_req.rq.ena = 0; in nix_lf_hwctx_disable()
694 aq_req.rq_mask.ena = 1; in nix_lf_hwctx_disable()
699 aq_req.ctype = req->ctype; in nix_lf_hwctx_disable()
[all …]