Searched refs:netif_tx_queue_stopped (Results 1 – 1 of 1) sorted by relevance
2910 static inline bool netif_tx_queue_stopped(const struct netdev_queue *dev_queue) in netif_tx_queue_stopped() function2923 return netif_tx_queue_stopped(netdev_get_tx_queue(dev, 0)); in netif_queue_stopped()3146 return netif_tx_queue_stopped(txq); in __netif_subqueue_stopped()