Searched refs:netif_tx_queue_stopped (Results 1 - 25 of 63) sorted by path

123

/linux-master/drivers/net/ethernet/amazon/ena/
H A Dena_netdev.c902 if (unlikely(netif_tx_queue_stopped(txq) && above_thresh)) {
907 if (netif_tx_queue_stopped(txq) && above_thresh &&
/linux-master/drivers/net/ethernet/atheros/alx/
H A Dmain.c199 if (netif_tx_queue_stopped(tx_queue) && netif_carrier_ok(alx->dev) &&
/linux-master/drivers/net/ethernet/atheros/atl1c/
H A Datl1c_main.c1619 if (netif_tx_queue_stopped(txq) && netif_carrier_ok(adapter->netdev))
/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/broadcom/bnx2x/
H A Dbnx2x_cmn.c312 * before checking for netif_tx_queue_stopped(). Without the
318 * netif_tx_queue_stopped(txq) call.
322 if (unlikely(netif_tx_queue_stopped(txq))) {
335 if ((netif_tx_queue_stopped(txq)) &&
/linux-master/drivers/net/ethernet/broadcom/genet/
H A Dbcmgenet.c2078 if (!netif_tx_queue_stopped(txq))
3521 txq_stopped = netif_tx_queue_stopped(txq);
/linux-master/drivers/net/ethernet/cavium/thunder/
H A Dnicvf_main.c942 if (netif_tx_queue_stopped(txq) && netif_carrier_ok(netdev)) {
1289 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/cisco/enic/
H A Denic_main.c356 if (netif_tx_queue_stopped(netdev_get_tx_queue(enic->netdev, q_number)) &&
/linux-master/drivers/net/ethernet/engleder/
H A Dtsnep_main.c895 netif_tx_queue_stopped(nq)) {
/linux-master/drivers/net/ethernet/freescale/
H A Dfec_main.c1554 if (netif_tx_queue_stopped(nq)) {
H A Dgianfar.c2247 netif_tx_queue_stopped(txq) &&
/linux-master/drivers/net/ethernet/fungible/funeth/
H A Dfuneth_tx.c458 if (unlikely(netif_tx_queue_stopped(q->ndq) &&
/linux-master/drivers/net/ethernet/google/gve/
H A Dgve_tx.c928 if (try_to_wake && netif_tx_queue_stopped(tx->netdev_txq) &&
H A Dgve_tx_dqo.c1311 if (netif_tx_queue_stopped(tx->netdev_txq) &&
/linux-master/drivers/net/ethernet/hisilicon/hns/
H A Dhns_enet.c1017 if (netif_tx_queue_stopped(dev_queue) &&
/linux-master/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_enet.c3656 if (netif_tx_queue_stopped(dev_queue) &&
/linux-master/drivers/net/ethernet/ibm/ehea/
H A Dehea_main.c861 if (unlikely(netif_tx_queue_stopped(txq) &&
864 if (netif_tx_queue_stopped(txq) &&
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_txrx.c325 if (netif_tx_queue_stopped(txring_txq(tx_ring)) &&
/linux-master/drivers/net/ethernet/
H A Dlantiq_etop.c194 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/marvell/mvpp2/
H A Dmvpp2_main.c2887 if (netif_tx_queue_stopped(nq))
/linux-master/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_txrx.c507 if (netif_tx_queue_stopped(txq) &&

Completed in 996 milliseconds

123