Searched refs:aura_aq (Results 1 – 2 of 2) sorted by relevance
39 struct npa_aq_enq_req *aura_aq; in otx2_xsk_ctx_disable() local63 aura_aq = otx2_mbox_alloc_msg_npa_aq_enq(&pfvf->mbox); in otx2_xsk_ctx_disable()64 if (!aura_aq) in otx2_xsk_ctx_disable()67 aura_aq->aura_id = aura_id; in otx2_xsk_ctx_disable()68 aura_aq->aura.ena = 0; in otx2_xsk_ctx_disable()69 aura_aq->aura_mask.ena = 1; in otx2_xsk_ctx_disable()70 aura_aq->ctype = NPA_AQ_CTYPE_AURA; in otx2_xsk_ctx_disable()71 aura_aq->op = NPA_AQ_INSTOP_WRITE; in otx2_xsk_ctx_disable()
169 struct npa_aq_enq_req *aura_aq; in otx2_qos_ctx_disable() local193 aura_aq = otx2_mbox_alloc_msg_npa_aq_enq(&pfvf->mbox); in otx2_qos_ctx_disable()194 if (!aura_aq) { in otx2_qos_ctx_disable()199 aura_aq->aura_id = aura_id; in otx2_qos_ctx_disable()200 aura_aq->aura.ena = 0; in otx2_qos_ctx_disable()201 aura_aq->aura_mask.ena = 1; in otx2_qos_ctx_disable()202 aura_aq->ctype = NPA_AQ_CTYPE_AURA; in otx2_qos_ctx_disable()203 aura_aq->op = NPA_AQ_INSTOP_WRITE; in otx2_qos_ctx_disable()