Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/
H A Dt4_sge.c3543 MPASS (!(iq->flags & IQ_HW_ALLOCATED)); in alloc_iq_fl_hwq()
3680 iq->flags |= IQ_HW_ALLOCATED; in alloc_iq_fl_hwq()
3690 MPASS(iq->flags & IQ_HW_ALLOCATED); in free_iq_fl_hwq()
3697 iq->flags &= ~IQ_HW_ALLOCATED; in free_iq_fl_hwq()
3776 MPASS(!(fwq->flags & IQ_HW_ALLOCATED)); in alloc_fwq()
3791 if (!(fwq->flags & IQ_HW_ALLOCATED)) { in alloc_fwq()
3799 MPASS(fwq->flags & IQ_HW_ALLOCATED); in alloc_fwq()
3813 if (fwq->flags & IQ_HW_ALLOCATED) { in free_fwq()
3816 MPASS(!(fwq->flags & IQ_HW_ALLOCATED)); in free_fwq()
3820 MPASS(!(fwq->flags & IQ_HW_ALLOCATED)); in free_fwq()
[all …]
H A Dadapter.h386 IQ_HW_ALLOCATED = (1 << 5), /* fw/hw resources allocated */ enumerator
H A Dt4_main.c2077 rxq->iq.flags &= ~IQ_HW_ALLOCATED; in stop_lld()
2081 ofld_rxq->iq.flags &= ~IQ_HW_ALLOCATED; in stop_lld()
2106 sc->sge.fwq.flags &= ~IQ_HW_ALLOCATED; in stop_lld()
7228 if (!(iq->flags & IQ_HW_ALLOCATED)) in quiesce_iq_fl()