Searched refs:netif_tx_queue_stopped (Results 1 - 25 of 62) sorted by relevance

123

/linux-master/drivers/staging/rtl8723bs/include/
H A Dosdep_service_linux.h80 return (netif_tx_queue_stopped(netdev_get_tx_queue(pnetdev, 0)) &&
81 netif_tx_queue_stopped(netdev_get_tx_queue(pnetdev, 1)) &&
82 netif_tx_queue_stopped(netdev_get_tx_queue(pnetdev, 2)) &&
83 netif_tx_queue_stopped(netdev_get_tx_queue(pnetdev, 3)));
/linux-master/include/net/
H A Dnetdev_queues.h189 if (unlikely(netif_tx_queue_stopped(txq)) && \
/linux-master/drivers/staging/rtl8723bs/os_dep/
H A Dxmit_linux.c117 if (!netif_tx_queue_stopped(netdev_get_tx_queue(padapter->pnetdev, queue)))
/linux-master/drivers/net/ethernet/sfc/siena/
H A Dtx.c243 if (netif_tx_queue_stopped(tx_queue->core_txq))
H A Dtx_common.c259 if (unlikely(netif_tx_queue_stopped(tx_queue->core_txq)) &&
/linux-master/drivers/net/wireless/marvell/mwifiex/
H A Dtxrx.c316 if (netif_tx_queue_stopped(txq)) {
H A Dmain.c820 if (!netif_tx_queue_stopped(txq)) {
1185 netif_tx_queue_stopped(txq) ?
H A Ddebugfs.c131 p += sprintf(p, " %d:%s", i, netif_tx_queue_stopped(txq) ?
/linux-master/drivers/net/wwan/t7xx/
H A Dt7xx_netdev.c443 if (netif_tx_queue_stopped(net_queue))
/linux-master/drivers/net/ethernet/sfc/
H A Dtx.c456 if (netif_tx_queue_stopped(tx_queue->core_txq))
H A Def100_tx.c413 if (netif_tx_queue_stopped(tx_queue->core_txq) ||
H A Dtx_common.c274 if (unlikely(netif_tx_queue_stopped(tx_queue->core_txq)) &&
/linux-master/drivers/net/
H A Difb.c139 if (netif_tx_queue_stopped(txq))
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_tx.c409 if (!netif_tx_queue_stopped(sq->txq) &&
776 if (netif_tx_queue_stopped(sq->txq) &&
/linux-master/drivers/net/ethernet/sun/
H A Dsunvnet_common.c728 if (unlikely(netif_tx_queue_stopped(txq) &&
767 if (likely(netif_tx_queue_stopped(txq)))
1382 if (!netif_tx_queue_stopped(txq)) {
/linux-master/drivers/net/ethernet/sfc/falcon/
H A Dtx.c513 if (unlikely(netif_tx_queue_stopped(tx_queue->core_txq)) &&
/linux-master/drivers/net/ethernet/qlogic/qede/
H A Dqede_fp.c464 * before checking for netif_tx_queue_stopped(). Without the
470 * netif_tx_queue_stopped(txq) call.
474 if (unlikely(netif_tx_queue_stopped(netdev_txq))) {
487 if ((netif_tx_queue_stopped(netdev_txq)) &&
/linux-master/drivers/net/ethernet/pensando/ionic/
H A Dionic_txrx.c452 if (netif_tx_queue_stopped(nq) ||
569 if (netif_tx_queue_stopped(nq) ||
/linux-master/drivers/net/ethernet/samsung/sxgbe/
H A Dsxgbe_main.c780 if (unlikely(netif_tx_queue_stopped(dev_txq) &&
1306 if (!netif_tx_queue_stopped(dev_txq)) {
/linux-master/drivers/net/hyperv/
H A Dnetvsc.c803 if (netif_tx_queue_stopped(txq) && !net_device->tx_disable &&
1135 if (netif_tx_queue_stopped(txq) &&
/linux-master/drivers/net/xen-netback/
H A Dxenbus.c97 netif_tx_queue_stopped(dev_queue) ? "stopped" : "running");
/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/
H A Dlantiq_etop.c194 if (netif_tx_queue_stopped(txq))
/linux-master/include/linux/
H A Dnetdevice.h3371 static inline bool netif_tx_queue_stopped(const struct netdev_queue *dev_queue) function
3384 return netif_tx_queue_stopped(netdev_get_tx_queue(dev, 0));
3508 return netif_tx_queue_stopped(dev_queue);
3683 return 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) &&

Completed in 535 milliseconds

123