Lines Matching refs:aq_req
213 struct npa_aq_enq_req aq_req; in npa_lf_hwctx_disable() local
221 memset(&aq_req, 0, sizeof(struct npa_aq_enq_req)); in npa_lf_hwctx_disable()
222 aq_req.hdr.pcifunc = req->hdr.pcifunc; in npa_lf_hwctx_disable()
225 aq_req.pool.ena = 0; in npa_lf_hwctx_disable()
226 aq_req.pool_mask.ena = 1; in npa_lf_hwctx_disable()
230 aq_req.aura.ena = 0; in npa_lf_hwctx_disable()
231 aq_req.aura_mask.ena = 1; in npa_lf_hwctx_disable()
232 aq_req.aura.bp_ena = 0; in npa_lf_hwctx_disable()
233 aq_req.aura_mask.bp_ena = 1; in npa_lf_hwctx_disable()
238 aq_req.ctype = req->ctype; in npa_lf_hwctx_disable()
239 aq_req.op = NPA_AQ_INSTOP_WRITE; in npa_lf_hwctx_disable()
244 aq_req.aura_id = id; in npa_lf_hwctx_disable()
245 rc = rvu_npa_aq_enq_inst(rvu, &aq_req, NULL); in npa_lf_hwctx_disable()