Home
last modified time | relevance | path

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

/include/linux/
Dnetdevice.h537 __QUEUE_STATE_DRV_XOFF, enumerator
542 #define QUEUE_STATE_DRV_XOFF (1 << __QUEUE_STATE_DRV_XOFF)
2892 clear_bit(__QUEUE_STATE_DRV_XOFF, &dev_queue->state); in netif_tx_start_queue()
2942 set_bit(__QUEUE_STATE_DRV_XOFF, &dev_queue->state); in netif_tx_stop_queue()
2961 return test_bit(__QUEUE_STATE_DRV_XOFF, &dev_queue->state); in netif_tx_queue_stopped()