Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/marvell/octeontx2/af/
A Drvu_npa.c204 struct npa_aq_enq_req aq_req; in npa_lf_hwctx_disable() local
213 aq_req.hdr.pcifunc = req->hdr.pcifunc; in npa_lf_hwctx_disable()
216 aq_req.pool.ena = 0; in npa_lf_hwctx_disable()
217 aq_req.pool_mask.ena = 1; in npa_lf_hwctx_disable()
221 aq_req.aura.ena = 0; in npa_lf_hwctx_disable()
222 aq_req.aura_mask.ena = 1; in npa_lf_hwctx_disable()
223 aq_req.aura.bp_ena = 0; in npa_lf_hwctx_disable()
224 aq_req.aura_mask.bp_ena = 1; in npa_lf_hwctx_disable()
229 aq_req.ctype = req->ctype; in npa_lf_hwctx_disable()
230 aq_req.op = NPA_AQ_INSTOP_WRITE; in npa_lf_hwctx_disable()
[all …]
A Drvu_nix.c1187 aq_req.cq.ena = 0; in nix_lf_hwctx_disable()
1189 aq_req.cq.bp_ena = 0; in nix_lf_hwctx_disable()
1195 aq_req.sq.ena = 0; in nix_lf_hwctx_disable()
1201 aq_req.rq.ena = 0; in nix_lf_hwctx_disable()
1213 aq_req.qidx = qidx; in nix_lf_hwctx_disable()
2751 aq_req.op = op; in nix_blk_setup_mce()
2752 aq_req.qidx = mce; in nix_blk_setup_mce()
2755 aq_req.mce.op = 1; in nix_blk_setup_mce()
2756 aq_req.mce.index = 0; in nix_blk_setup_mce()
2757 aq_req.mce.eol = eol; in nix_blk_setup_mce()
[all …]
A Drvu_debugfs.c815 struct npa_aq_enq_req aq_req; in rvu_dbg_npa_ctx_display() local
854 aq_req.hdr.pcifunc = pcifunc; in rvu_dbg_npa_ctx_display()
855 aq_req.ctype = ctype; in rvu_dbg_npa_ctx_display()
856 aq_req.op = NPA_AQ_INSTOP_READ; in rvu_dbg_npa_ctx_display()
878 aq_req.aura_id = aura; in rvu_dbg_npa_ctx_display()
881 aq_req.aura_id); in rvu_dbg_npa_ctx_display()
1507 struct nix_aq_enq_req aq_req; in rvu_dbg_nix_queue_ctx_display() local
1568 aq_req.hdr.pcifunc = pcifunc; in rvu_dbg_nix_queue_ctx_display()
1569 aq_req.ctype = ctype; in rvu_dbg_nix_queue_ctx_display()
1570 aq_req.op = NIX_AQ_INSTOP_READ; in rvu_dbg_nix_queue_ctx_display()
[all …]
A Drvu.h749 struct nix_cn10k_aq_enq_req *aq_req,

Completed in 736 milliseconds