Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dqos_sq.c169 struct npa_aq_enq_req *pool_aq; in otx2_qos_ctx_disable() local
204 pool_aq = otx2_mbox_alloc_msg_npa_aq_enq(&pfvf->mbox); in otx2_qos_ctx_disable()
205 if (!pool_aq) { in otx2_qos_ctx_disable()
210 pool_aq->aura_id = aura_id; in otx2_qos_ctx_disable()
211 pool_aq->pool.ena = 0; in otx2_qos_ctx_disable()
212 pool_aq->pool_mask.ena = 1; in otx2_qos_ctx_disable()
214 pool_aq->ctype = NPA_AQ_CTYPE_POOL; in otx2_qos_ctx_disable()
215 pool_aq->op = NPA_AQ_INSTOP_WRITE; in otx2_qos_ctx_disable()