otx2_ctx_disable
void otx2_ctx_disable(struct mbox *mbox, int type, bool npa);
otx2_ctx_disable(&pf->mbox, NIX_AQ_CTYPE_CQ, false);
otx2_ctx_disable(&pf->mbox, NIX_AQ_CTYPE_SQ, false);
otx2_ctx_disable(mbox, NIX_AQ_CTYPE_RQ, false);
otx2_ctx_disable(mbox, NPA_AQ_CTYPE_POOL, true);
otx2_ctx_disable(mbox, NPA_AQ_CTYPE_AURA, true);
otx2_ctx_disable(mbox, NIX_AQ_CTYPE_RQ, false);
otx2_ctx_disable(mbox, NPA_AQ_CTYPE_POOL, true);
otx2_ctx_disable(mbox, NPA_AQ_CTYPE_AURA, true);