qede_txq_has_work
int qede_txq_has_work(struct qede_tx_queue *txq);
if (qede_txq_has_work(txq))
if (!qede_txq_has_work(txq)) {
if (qede_txq_has_work(fp->xdp_tx))
if (qede_txq_has_work(&fp->txq[cos]))
if (qede_txq_has_work(&fp->txq[cos]))
if ((fp->type & QEDE_FASTPATH_XDP) && qede_txq_has_work(fp->xdp_tx))