Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dqos_sq.c168 struct npa_aq_enq_req *aura_aq; in otx2_qos_ctx_disable() local
192 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()