Searched refs:pool_aq (Results 1 – 2 of 2) sorted by relevance
40 struct npa_aq_enq_req *pool_aq; in otx2_xsk_ctx_disable() local73 pool_aq = otx2_mbox_alloc_msg_npa_aq_enq(&pfvf->mbox); in otx2_xsk_ctx_disable()74 if (!pool_aq) in otx2_xsk_ctx_disable()77 pool_aq->aura_id = aura_id; in otx2_xsk_ctx_disable()78 pool_aq->pool.ena = 0; in otx2_xsk_ctx_disable()79 pool_aq->pool_mask.ena = 1; in otx2_xsk_ctx_disable()81 pool_aq->ctype = NPA_AQ_CTYPE_POOL; in otx2_xsk_ctx_disable()82 pool_aq->op = NPA_AQ_INSTOP_WRITE; in otx2_xsk_ctx_disable()
170 struct npa_aq_enq_req *pool_aq; in otx2_qos_ctx_disable() local205 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()