Home
last modified time | relevance | path

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

/include/linux/
Dnetdevice.h433 __QUEUE_STATE_XOFF, enumerator
1142 if (!test_bit(__QUEUE_STATE_XOFF, &txq->state)) in netif_schedule_queue()
1156 clear_bit(__QUEUE_STATE_XOFF, &dev_queue->state); in netif_tx_start_queue()
1184 clear_bit(__QUEUE_STATE_XOFF, &dev_queue->state); in netif_tx_wake_queue()
1188 if (test_and_clear_bit(__QUEUE_STATE_XOFF, &dev_queue->state)) in netif_tx_wake_queue()
1216 set_bit(__QUEUE_STATE_XOFF, &dev_queue->state); in netif_tx_stop_queue()
1243 return test_bit(__QUEUE_STATE_XOFF, &dev_queue->state); in netif_tx_queue_stopped()
1290 clear_bit(__QUEUE_STATE_XOFF, &txq->state); in netif_start_subqueue()
1307 set_bit(__QUEUE_STATE_XOFF, &txq->state); in netif_stop_subqueue()
1321 return test_bit(__QUEUE_STATE_XOFF, &txq->state); in __netif_subqueue_stopped()
[all …]