Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/neterion/
Ds2io.h772 #define FIFO_QUEUE_STOP 1 macro
Ds2io.c503 sp->mac_control.fifos[i].queue_state = FIFO_QUEUE_STOP; in s2io_stop_all_tx_queue()
512 FIFO_QUEUE_STOP; in s2io_stop_tx_queue()
546 } else if (cnt && (fifo->queue_state == FIFO_QUEUE_STOP)) { in s2io_wake_tx_queue()
4078 } else if (unlikely(fifo->queue_state == FIFO_QUEUE_STOP)) { in s2io_xmit()