Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/marvell/octeontx2/af/
Drvu_npa.c204 struct npa_aq_enq_req aq_req; in npa_lf_hwctx_disable() local
212 memset(&aq_req, 0, sizeof(struct npa_aq_enq_req)); in npa_lf_hwctx_disable()
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()
[all …]
Drvu_nix.c1061 struct nix_cn10k_aq_enq_req aq_req; in rvu_nix_verify_aq_ctx() local
1068 rc = nix_aq_context_read(rvu, nix_hw, &aq_req, &aq_rsp, in rvu_nix_verify_aq_ctx()
1081 memcpy(&aq_req.cq_mask, &req->cq_mask, sizeof(struct nix_cq_ctx_s)); in rvu_nix_verify_aq_ctx()
1082 memcpy(&aq_req.cq, &req->cq, sizeof(struct nix_cq_ctx_s)); in rvu_nix_verify_aq_ctx()
1085 aq_req.cq_mask.cq_err = 0; in rvu_nix_verify_aq_ctx()
1086 aq_req.cq_mask.wrptr = 0; in rvu_nix_verify_aq_ctx()
1087 aq_req.cq_mask.tail = 0; in rvu_nix_verify_aq_ctx()
1088 aq_req.cq_mask.head = 0; in rvu_nix_verify_aq_ctx()
1089 aq_req.cq_mask.avg_level = 0; in rvu_nix_verify_aq_ctx()
1090 aq_req.cq_mask.update_time = 0; in rvu_nix_verify_aq_ctx()
[all …]
Drvu_debugfs.c1163 struct npa_aq_enq_req aq_req; in rvu_dbg_npa_ctx_display() local
1201 memset(&aq_req, 0, sizeof(struct npa_aq_enq_req)); in rvu_dbg_npa_ctx_display()
1202 aq_req.hdr.pcifunc = pcifunc; in rvu_dbg_npa_ctx_display()
1203 aq_req.ctype = ctype; in rvu_dbg_npa_ctx_display()
1204 aq_req.op = NPA_AQ_INSTOP_READ; in rvu_dbg_npa_ctx_display()
1226 aq_req.aura_id = aura; in rvu_dbg_npa_ctx_display()
1229 aq_req.aura_id); in rvu_dbg_npa_ctx_display()
1230 rc = rvu_npa_aq_enq_inst(rvu, &aq_req, &rsp); in rvu_dbg_npa_ctx_display()
1857 struct nix_aq_enq_req aq_req; in rvu_dbg_nix_queue_ctx_display() local
1917 memset(&aq_req, 0, sizeof(struct nix_aq_enq_req)); in rvu_dbg_nix_queue_ctx_display()
[all …]
Drvu.h778 struct nix_cn10k_aq_enq_req *aq_req,