Searched refs:otx2_ctx_disable (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/drivers/net/ethernet/marvell/octeontx2/nic/ |
| H A D | otx2_pf.c | 1466 otx2_ctx_disable(&pf->mbox, NIX_AQ_CTYPE_CQ, false); in otx2_free_cq_res() 1480 otx2_ctx_disable(&pf->mbox, NIX_AQ_CTYPE_SQ, false); in otx2_free_sq_res() 1629 otx2_ctx_disable(mbox, NIX_AQ_CTYPE_RQ, false); in otx2_init_hw_resources() 1636 otx2_ctx_disable(mbox, NPA_AQ_CTYPE_POOL, true); in otx2_init_hw_resources() 1637 otx2_ctx_disable(mbox, NPA_AQ_CTYPE_AURA, true); in otx2_init_hw_resources() 1690 otx2_ctx_disable(mbox, NIX_AQ_CTYPE_RQ, false); in otx2_free_hw_resources() 1726 otx2_ctx_disable(mbox, NPA_AQ_CTYPE_POOL, true); in otx2_free_hw_resources() 1727 otx2_ctx_disable(mbox, NPA_AQ_CTYPE_AURA, true); in otx2_free_hw_resources()
|
| H A D | otx2_common.h | 1017 void otx2_ctx_disable(struct mbox *mbox, int type, bool npa);
|
| H A D | otx2_common.c | 1783 void otx2_ctx_disable(struct mbox *mbox, int type, bool npa) in otx2_ctx_disable() function
|