Home
last modified time | relevance | path

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

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