Searched refs:netif_tx_queue_stopped (Results 51 - 63 of 63) sorted by relevance

123

/linux-master/drivers/net/ethernet/freescale/
H A Dgianfar.c2247 netif_tx_queue_stopped(txq) &&
/linux-master/drivers/net/ethernet/microchip/
H A Dlan743x_main.c2253 if (netif_tx_queue_stopped(txq)) {
/linux-master/drivers/net/ethernet/marvell/
H A Dmv643xx_eth.c498 if (netif_tx_queue_stopped(nq)) {
H A Dmvneta.c1927 if (netif_tx_queue_stopped(nq)) {
/linux-master/drivers/net/ethernet/myricom/myri10ge/
H A Dmyri10ge.c1437 if (netif_tx_queue_stopped(dev_queue) &&
/linux-master/drivers/net/ethernet/broadcom/
H A Dbnx2.c2918 * before checking for netif_tx_queue_stopped(). Without the
2924 if (unlikely(netif_tx_queue_stopped(txq)) &&
2927 if ((netif_tx_queue_stopped(txq)) &&
6712 * netif_tx_queue_stopped().
H A Dtg3.c6654 if (unlikely(netif_tx_queue_stopped(txq) &&
6657 if (netif_tx_queue_stopped(txq) &&
7907 * netif_tx_queue_stopped().
7963 if (!netif_tx_queue_stopped(txq)) {
8177 * netif_tx_queue_stopped().
/linux-master/drivers/net/ethernet/sun/
H A Dniu.c3635 if (unlikely(netif_tx_queue_stopped(txq) &&
3638 if (netif_tx_queue_stopped(txq) &&
/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dsge.c1427 if (netif_tx_queue_stopped(eq->txq) && hw_in_use < (q->size / 2)) {
/linux-master/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_enet.c3656 if (netif_tx_queue_stopped(dev_queue) &&
/linux-master/drivers/s390/net/
H A Dqeth_core_main.c6008 if (netif_tx_queue_stopped(txq) &&
/linux-master/drivers/net/ethernet/marvell/mvpp2/
H A Dmvpp2_main.c2887 if (netif_tx_queue_stopped(nq))
/linux-master/net/core/
H A Ddev.c3601 if (netif_tx_queue_stopped(txq) && skb) {

Completed in 371 milliseconds

123