Home
last modified time | relevance | path

Searched refs:qede_txq_has_work (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/ethernet/qlogic/qede/
A Dqede_fp.c388 int qede_txq_has_work(struct qede_tx_queue *txq) in qede_txq_has_work() function
1396 if (qede_txq_has_work(fp->xdp_tx)) in qede_poll_is_more_work()
1403 if (qede_txq_has_work(&fp->txq[cos])) in qede_poll_is_more_work()
1428 if (qede_txq_has_work(&fp->txq[cos])) in qede_poll()
1433 if ((fp->type & QEDE_FASTPATH_XDP) && qede_txq_has_work(fp->xdp_tx)) in qede_poll()
A Dqede.h576 int qede_txq_has_work(struct qede_tx_queue *txq);
A Dqede_ethtool.c1513 if (qede_txq_has_work(txq)) in qede_selftest_transmit_traffic()
1518 if (!qede_txq_has_work(txq)) { in qede_selftest_transmit_traffic()

Completed in 14 milliseconds