HomeSort by: relevance | last modified time | path
    Searched defs:txq_fifo_stall (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/pci/
if_wm.c 368 int txq_fifo_stall; /* Tx FIFO is stalled */ member in struct:wm_txqueue
5520 txq->txq_fifo_stall = 0;
7785 if (txq->txq_fifo_stall) {
7804 txq->txq_fifo_stall = 0;
7842 if (txq->txq_fifo_stall)
7851 txq->txq_fifo_stall = 1;
if_wm.c 368 int txq_fifo_stall; /* Tx FIFO is stalled */ member in struct:wm_txqueue
5520 txq->txq_fifo_stall = 0;
7785 if (txq->txq_fifo_stall) {
7804 txq->txq_fifo_stall = 0;
7842 if (txq->txq_fifo_stall)
7851 txq->txq_fifo_stall = 1;
if_wm.c 368 int txq_fifo_stall; /* Tx FIFO is stalled */ member in struct:wm_txqueue
5520 txq->txq_fifo_stall = 0;
7785 if (txq->txq_fifo_stall) {
7804 txq->txq_fifo_stall = 0;
7842 if (txq->txq_fifo_stall)
7851 txq->txq_fifo_stall = 1;

Completed in 134 milliseconds