Home
last modified time | relevance | path

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

/include/linux/
Dnetdevice.h577 __QUEUE_STATE_DRV_XOFF, enumerator
582 #define QUEUE_STATE_DRV_XOFF (1 << __QUEUE_STATE_DRV_XOFF)
3127 clear_bit(__QUEUE_STATE_DRV_XOFF, &dev_queue->state); in netif_tx_start_queue()
3177 set_bit(__QUEUE_STATE_DRV_XOFF, &dev_queue->state); in netif_tx_stop_queue()
3197 return test_bit(__QUEUE_STATE_DRV_XOFF, &dev_queue->state); in netif_tx_queue_stopped()