Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A 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 …]
H A Drvu_nix.c1019 struct nix_cn10k_aq_enq_req *aq_req; in nix_get_aq_req_smq() local
1022 aq_req = (struct nix_cn10k_aq_enq_req *)req; in nix_get_aq_req_smq()
1023 *smq = aq_req->sq.smq; in nix_get_aq_req_smq()
1024 *smq_mask = aq_req->sq_mask.smq; in nix_get_aq_req_smq()
1271 struct nix_cn10k_aq_enq_req aq_req; in rvu_nix_verify_aq_ctx() local
1278 rc = nix_aq_context_read(rvu, nix_hw, &aq_req, &aq_rsp, in rvu_nix_verify_aq_ctx()
1291 memcpy(&aq_req.cq_mask, &req->cq_mask, sizeof(struct nix_cq_ctx_s)); in rvu_nix_verify_aq_ctx()
1292 memcpy(&aq_req.cq, &req->cq, sizeof(struct nix_cq_ctx_s)); in rvu_nix_verify_aq_ctx()
1295 aq_req.cq_mask.cq_err = 0; in rvu_nix_verify_aq_ctx()
1296 aq_req.cq_mask.wrptr = 0; in rvu_nix_verify_aq_ctx()
[all …]
H A Drvu.h941 struct nix_cn10k_aq_enq_req *aq_req,