Home
last modified time | relevance | path

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

/include/linux/
Dnetdevice.h521 __QUEUE_STATE_DRV_XOFF, enumerator
524 #define QUEUE_STATE_ANY_XOFF ((1 << __QUEUE_STATE_DRV_XOFF) | \
1778 clear_bit(__QUEUE_STATE_DRV_XOFF, &dev_queue->state); in netif_tx_start_queue()
1810 if (test_and_clear_bit(__QUEUE_STATE_DRV_XOFF, &dev_queue->state)) in netif_tx_wake_queue()
1842 set_bit(__QUEUE_STATE_DRV_XOFF, &dev_queue->state); in netif_tx_stop_queue()
1869 return test_bit(__QUEUE_STATE_DRV_XOFF, &dev_queue->state); in netif_tx_queue_stopped()
2049 if (test_and_clear_bit(__QUEUE_STATE_DRV_XOFF, &txq->state)) in netif_wake_subqueue()