Home
last modified time | relevance | path

Searched refs:should_restart_tx (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb3/
H A Dsge.c340 * should_restart_tx - are there enough resources to restart a Tx queue?
345 static inline int should_restart_tx(const struct sge_txq *q) in should_restart_tx() function
1315 if (should_restart_tx(q) && in t3_eth_xmit()
1437 if (should_restart_tx(q) && in check_desc_avail()
1550 if (should_restart_tx(q) && in restart_ctrlq()
1763 if (should_restart_tx(q) && in restart_offloadq()
1990 should_restart_tx(&qs->txq[TXQ_ETH]) && in restart_tx()
1998 should_restart_tx(&qs->txq[TXQ_OFLD]) && in restart_tx()
2004 should_restart_tx(&qs->txq[TXQ_CTRL]) && in restart_tx()
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb3/
H A Dsge.c337 * should_restart_tx - are there enough resources to restart a Tx queue?
342 static inline int should_restart_tx(const struct sge_txq *q) in should_restart_tx() function
1310 if (should_restart_tx(q) && in t3_eth_xmit()
1432 if (should_restart_tx(q) && in check_desc_avail()
1546 if (should_restart_tx(q) && in restart_ctrlq()
1761 if (should_restart_tx(q) && in restart_offloadq()
1988 should_restart_tx(&qs->txq[TXQ_ETH]) && in restart_tx()
1996 should_restart_tx(&qs->txq[TXQ_OFLD]) && in restart_tx()
2004 should_restart_tx(&qs->txq[TXQ_CTRL]) && in restart_tx()

Completed in 8 milliseconds