Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_xsk.c39 struct npa_aq_enq_req *aura_aq; in otx2_xsk_ctx_disable() local
63 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()
H A Dqos_sq.c169 struct npa_aq_enq_req *aura_aq; in otx2_qos_ctx_disable() local
193 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()