Home
last modified time | relevance | path

Searched refs:netif_tx_queue_stopped (Results 51 – 61 of 61) sorted by relevance

123

/openbmc/linux/drivers/net/ethernet/broadcom/
H A Dbnx2.c2923 if (unlikely(netif_tx_queue_stopped(txq)) && in bnx2_tx_int()
2926 if ((netif_tx_queue_stopped(txq)) && in bnx2_tx_int()
H A Dtg3.c6621 if (unlikely(netif_tx_queue_stopped(txq) && in tg3_tx()
6624 if (netif_tx_queue_stopped(txq) && in tg3_tx()
7930 if (!netif_tx_queue_stopped(txq)) { in tg3_start_xmit()
/openbmc/linux/drivers/net/ethernet/myricom/myri10ge/
H A Dmyri10ge.c1437 if (netif_tx_queue_stopped(dev_queue) && in myri10ge_tx_done()
/openbmc/linux/drivers/net/ethernet/freescale/
H A Dfec_main.c1521 if (netif_tx_queue_stopped(nq)) { in fec_enet_tx_queue()
/openbmc/linux/drivers/net/ethernet/sun/
H A Dniu.c3635 if (unlikely(netif_tx_queue_stopped(txq) && in niu_tx_work()
3638 if (netif_tx_queue_stopped(txq) && in niu_tx_work()
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dsge.c1441 if (netif_tx_queue_stopped(eq->txq) && hw_in_use < (q->size / 2)) { in t4_sge_eth_txq_egress_update()
/openbmc/linux/drivers/net/ethernet/marvell/
H A Dmvneta.c1927 if (netif_tx_queue_stopped(nq)) { in mvneta_txq_done()
/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_enet.c3663 if (netif_tx_queue_stopped(dev_queue) && in hns3_clean_tx_ring()
/openbmc/linux/drivers/s390/net/
H A Dqeth_core_main.c6008 if (netif_tx_queue_stopped(txq) && in qeth_tx_poll()
/openbmc/linux/drivers/net/ethernet/marvell/mvpp2/
H A Dmvpp2_main.c2875 if (netif_tx_queue_stopped(nq)) in mvpp2_txq_done()
/openbmc/linux/net/core/
H A Ddev.c3599 if (netif_tx_queue_stopped(txq) && skb) { in dev_hard_start_xmit()

123