Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/neterion/
H A Ds2io.h773 #define FIFO_QUEUE_STOP 1 macro
H A Ds2io.c505 sp->mac_control.fifos[i].queue_state = FIFO_QUEUE_STOP; in s2io_stop_all_tx_queue()
514 FIFO_QUEUE_STOP; in s2io_stop_tx_queue()
548 } else if (cnt && (fifo->queue_state == FIFO_QUEUE_STOP)) { in s2io_wake_tx_queue()
4086 } else if (unlikely(fifo->queue_state == FIFO_QUEUE_STOP)) { in s2io_xmit()