Searched refs:EQ_ENABLED (Results 1 – 3 of 3) sorted by relevance
485 EQ_ENABLED = (1 << 3), /* open for business */ enumerator
2184 txq->eq.flags &= ~(EQ_ENABLED | EQ_HW_ALLOCATED); in stop_lld()2568 txq->eq.flags |= EQ_ENABLED; in restart_lld()6803 txq->eq.flags |= EQ_ENABLED; in cxgbe_init_synchronized()6876 txq->eq.flags &= ~EQ_ENABLED; in cxgbe_uninit_synchronized()7359 MPASS(!(eq->flags & EQ_ENABLED)); in quiesce_txq()
3121 return ((eq->flags & (EQ_ENABLED | EQ_QFLUSH)) != EQ_ENABLED); in discard_tx()