otx2_mbox_nonempty
if (!otx2_mbox_nonempty(mbox, 0))
EXPORT_SYMBOL(otx2_mbox_nonempty);
bool otx2_mbox_nonempty(struct otx2_mbox *mbox, int devid);
if (!otx2_mbox_nonempty(&mbox->mbox, 0))
if (!otx2_mbox_nonempty(&mbox->mbox_up, devid))
if (!otx2_mbox_nonempty(&mbox->mbox, 0))