Searched refs:aura_aq (Results 1 – 1 of 1) sorted by relevance
168 struct npa_aq_enq_req *aura_aq; in otx2_qos_ctx_disable() local192 aura_aq = otx2_mbox_alloc_msg_npa_aq_enq(&pfvf->mbox); in otx2_qos_ctx_disable()193 if (!aura_aq) { in otx2_qos_ctx_disable()198 aura_aq->aura_id = aura_id; in otx2_qos_ctx_disable()199 aura_aq->aura.ena = 0; in otx2_qos_ctx_disable()200 aura_aq->aura_mask.ena = 1; in otx2_qos_ctx_disable()201 aura_aq->ctype = NPA_AQ_CTYPE_AURA; in otx2_qos_ctx_disable()202 aura_aq->op = NPA_AQ_INSTOP_WRITE; in otx2_qos_ctx_disable()