Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Dnetdevice.h3123 static inline bool netif_tx_queue_stopped(const struct netdev_queue *dev_queue) in netif_tx_queue_stopped() function
3136 return netif_tx_queue_stopped(netdev_get_tx_queue(dev, 0)); in netif_queue_stopped()
3359 return netif_tx_queue_stopped(txq); in __netif_subqueue_stopped()