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

/linux-master/include/linux/
H A Dnetdevice.h609 __QUEUE_STATE_DRV_XOFF, enumerator in enum:netdev_queue_state_t
614 #define QUEUE_STATE_DRV_XOFF (1 << __QUEUE_STATE_DRV_XOFF)
625 * __QUEUE_STATE_DRV_XOFF is used by drivers to stop the transmit queue. The
3303 clear_bit(__QUEUE_STATE_DRV_XOFF, &dev_queue->state);
3354 set_bit(__QUEUE_STATE_DRV_XOFF, &dev_queue->state);
3373 return test_bit(__QUEUE_STATE_DRV_XOFF, &dev_queue->state);
/linux-master/net/core/
H A Ddev.c3114 if (test_and_clear_bit(__QUEUE_STATE_DRV_XOFF, &dev_queue->state)) {

Completed in 163 milliseconds