Searched refs:netif_xmit_frozen_or_drv_stopped (Results 1 - 3 of 3) sorted by last modified time

/linux-master/net/core/
H A Ddev.c4448 if (!netif_xmit_frozen_or_drv_stopped(txq))
5081 if (!netif_xmit_frozen_or_drv_stopped(txq)) {
H A Dpktgen.c3591 if (unlikely(netif_xmit_frozen_or_drv_stopped(txq))) {
3610 if (burst > 0 && !netif_xmit_frozen_or_drv_stopped(txq))
/linux-master/include/linux/
H A Dnetdevice.h3373 netif_xmit_frozen_or_drv_stopped(const struct netdev_queue *dev_queue) function

Completed in 217 milliseconds