Home
last modified time | relevance | path

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

/include/linux/
Dnetdevice.h3142 static inline bool netif_tx_queue_stopped(const struct netdev_queue *dev_queue) in netif_tx_queue_stopped() function
3155 return netif_tx_queue_stopped(netdev_get_tx_queue(dev, 0)); in netif_queue_stopped()
3241 return netif_tx_queue_stopped(dev_queue); in __netdev_tx_sent_queue()
3406 return netif_tx_queue_stopped(txq); in __netif_subqueue_stopped()