Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/
H A Dadapter.h456 EQ_QFLUSH = (1 << 4), /* if_qflush in progress */ enumerator
H A Dt4_main.c3260 txq->eq.flags |= EQ_QFLUSH; in cxgbe_qflush()
3267 txq->eq.flags &= ~EQ_QFLUSH; in cxgbe_qflush()
H A Dt4_sge.c3070 return ((eq->flags & (EQ_ENABLED | EQ_QFLUSH)) != EQ_ENABLED); in discard_tx()