ixl_pf_qmgr_is_queue_enabled
if (ixl_pf_qmgr_is_queue_enabled(&vf->qtag, i, true))
if (ixl_pf_qmgr_is_queue_enabled(&vf->qtag, i, false))
if (!ixl_pf_qmgr_is_queue_enabled(&vf->qtag, i, true)) {
if (!ixl_pf_qmgr_is_queue_enabled(&vf->qtag, i, false)) {
bool ixl_pf_qmgr_is_queue_enabled(struct ixl_pf_qtag *qtag, u16 vsi_qidx, bool tx);