Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/cxgbe/
HDadapter.h456 EQ_QFLUSH = (1 << 4), /* if_qflush in progress */ enumerator
HDt4_main.c3272 txq->eq.flags |= EQ_QFLUSH; in cxgbe_qflush()
3279 txq->eq.flags &= ~EQ_QFLUSH; in cxgbe_qflush()
HDt4_sge.c3070 return ((eq->flags & (EQ_ENABLED | EQ_QFLUSH)) != EQ_ENABLED); in discard_tx()