Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_npa.c207 struct npa_aq_enq_req aq_req; in npa_lf_hwctx_disable() local
215 memset(&aq_req, 0, sizeof(struct npa_aq_enq_req)); in npa_lf_hwctx_disable()
216 aq_req.hdr.pcifunc = req->hdr.pcifunc; in npa_lf_hwctx_disable()
219 aq_req.pool.ena = 0; in npa_lf_hwctx_disable()
220 aq_req.pool_mask.ena = 1; in npa_lf_hwctx_disable()
224 aq_req.aura.ena = 0; in npa_lf_hwctx_disable()
225 aq_req.aura_mask.ena = 1; in npa_lf_hwctx_disable()
226 aq_req.aura.bp_ena = 0; in npa_lf_hwctx_disable()
227 aq_req.aura_mask.bp_ena = 1; in npa_lf_hwctx_disable()
232 aq_req.ctype = req->ctype; in npa_lf_hwctx_disable()
[all …]
H A Drvu_debugfs.c563 struct npa_aq_enq_req aq_req; in rvu_dbg_npa_ctx_display() local
601 memset(&aq_req, 0, sizeof(struct npa_aq_enq_req)); in rvu_dbg_npa_ctx_display()
602 aq_req.hdr.pcifunc = pcifunc; in rvu_dbg_npa_ctx_display()
603 aq_req.ctype = ctype; in rvu_dbg_npa_ctx_display()
604 aq_req.op = NPA_AQ_INSTOP_READ; in rvu_dbg_npa_ctx_display()
626 aq_req.aura_id = aura; in rvu_dbg_npa_ctx_display()
629 aq_req.aura_id); in rvu_dbg_npa_ctx_display()
630 rc = rvu_npa_aq_enq_inst(rvu, &aq_req, &rsp); in rvu_dbg_npa_ctx_display()
1061 struct nix_aq_enq_req aq_req; in rvu_dbg_nix_queue_ctx_display() local
1121 memset(&aq_req, 0, sizeof(struct nix_aq_enq_req)); in rvu_dbg_nix_queue_ctx_display()
[all …]
H A Drvu_nix.c853 struct nix_aq_enq_req aq_req; in nix_lf_hwctx_disable() local
861 memset(&aq_req, 0, sizeof(struct nix_aq_enq_req)); in nix_lf_hwctx_disable()
862 aq_req.hdr.pcifunc = req->hdr.pcifunc; in nix_lf_hwctx_disable()
865 aq_req.cq.ena = 0; in nix_lf_hwctx_disable()
866 aq_req.cq_mask.ena = 1; in nix_lf_hwctx_disable()
867 aq_req.cq.bp_ena = 0; in nix_lf_hwctx_disable()
868 aq_req.cq_mask.bp_ena = 1; in nix_lf_hwctx_disable()
873 aq_req.sq.ena = 0; in nix_lf_hwctx_disable()
874 aq_req.sq_mask.ena = 1; in nix_lf_hwctx_disable()
879 aq_req.rq.ena = 0; in nix_lf_hwctx_disable()
[all …]