Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/
Dnetdevice.h564 __QUEUE_STATE_DRV_XOFF, enumerator
569 #define QUEUE_STATE_DRV_XOFF (1 << __QUEUE_STATE_DRV_XOFF)
3214 clear_bit(__QUEUE_STATE_DRV_XOFF, &dev_queue->state); in netif_tx_start_queue()
3264 set_bit(__QUEUE_STATE_DRV_XOFF, &dev_queue->state); in netif_tx_stop_queue()
3283 return test_bit(__QUEUE_STATE_DRV_XOFF, &dev_queue->state); in netif_tx_queue_stopped()
/linux-5.19.10/net/core/
Ddev.c3112 if (test_and_clear_bit(__QUEUE_STATE_DRV_XOFF, &dev_queue->state)) { in netif_tx_wake_queue()