Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/marvell/octeontx2/af/
Drvu_npa.c213 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()
[all …]
Drvu_nix.c852 struct nix_cn10k_aq_enq_req *aq_req; in nix_get_aq_req_smq() local
855 aq_req = (struct nix_cn10k_aq_enq_req *)req; in nix_get_aq_req_smq()
856 *smq = aq_req->sq.smq; in nix_get_aq_req_smq()
857 *smq_mask = aq_req->sq_mask.smq; in nix_get_aq_req_smq()
1104 struct nix_cn10k_aq_enq_req aq_req; in rvu_nix_verify_aq_ctx() local
1111 rc = nix_aq_context_read(rvu, nix_hw, &aq_req, &aq_rsp, in rvu_nix_verify_aq_ctx()
1124 memcpy(&aq_req.cq_mask, &req->cq_mask, sizeof(struct nix_cq_ctx_s)); in rvu_nix_verify_aq_ctx()
1125 memcpy(&aq_req.cq, &req->cq, sizeof(struct nix_cq_ctx_s)); in rvu_nix_verify_aq_ctx()
1128 aq_req.cq_mask.cq_err = 0; in rvu_nix_verify_aq_ctx()
1129 aq_req.cq_mask.wrptr = 0; in rvu_nix_verify_aq_ctx()
[all …]
Drvu_debugfs.c1161 struct npa_aq_enq_req aq_req; in rvu_dbg_npa_ctx_display() local
1199 memset(&aq_req, 0, sizeof(struct npa_aq_enq_req)); in rvu_dbg_npa_ctx_display()
1200 aq_req.hdr.pcifunc = pcifunc; in rvu_dbg_npa_ctx_display()
1201 aq_req.ctype = ctype; in rvu_dbg_npa_ctx_display()
1202 aq_req.op = NPA_AQ_INSTOP_READ; in rvu_dbg_npa_ctx_display()
1224 aq_req.aura_id = aura; in rvu_dbg_npa_ctx_display()
1232 aq_req.aura_id); in rvu_dbg_npa_ctx_display()
1233 rc = rvu_npa_aq_enq_inst(rvu, &aq_req, &rsp); in rvu_dbg_npa_ctx_display()
1862 struct nix_aq_enq_req aq_req; in rvu_dbg_nix_queue_ctx_display() local
1922 memset(&aq_req, 0, sizeof(struct nix_aq_enq_req)); in rvu_dbg_nix_queue_ctx_display()
[all …]
Drvu.h841 struct nix_cn10k_aq_enq_req *aq_req,