Searched refs:sq_aq (Results 1 – 1 of 1) sorted by relevance
171 struct nix_aq_enq_req *sq_aq; in otx2_qos_ctx_disable() local183 sq_aq = otx2_mbox_alloc_msg_nix_aq_enq(&pfvf->mbox); in otx2_qos_ctx_disable()184 if (!sq_aq) in otx2_qos_ctx_disable()186 sq_aq->qidx = qidx; in otx2_qos_ctx_disable()187 sq_aq->sq.ena = 0; in otx2_qos_ctx_disable()188 sq_aq->sq_mask.ena = 1; in otx2_qos_ctx_disable()189 sq_aq->ctype = NIX_AQ_CTYPE_SQ; in otx2_qos_ctx_disable()190 sq_aq->op = NIX_AQ_INSTOP_WRITE; in otx2_qos_ctx_disable()