Searched refs:EQ_QFLUSH (Results 1 – 3 of 3) sorted by relevance
456 EQ_QFLUSH = (1 << 4), /* if_qflush in progress */ enumerator
3260 txq->eq.flags |= EQ_QFLUSH; in cxgbe_qflush()3267 txq->eq.flags &= ~EQ_QFLUSH; in cxgbe_qflush()
3070 return ((eq->flags & (EQ_ENABLED | EQ_QFLUSH)) != EQ_ENABLED); in discard_tx()