Home
last modified time | relevance | path

Searched refs:IQ_SW_ALLOCATED (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/cxgbe/
H A Dt4_sge.c3530 MPASS(!(iq->flags & IQ_SW_ALLOCATED)); in alloc_iq_fl()
3556 iq->flags |= IQ_SW_ALLOCATED; in alloc_iq_fl()
3568 MPASS(iq->flags & IQ_SW_ALLOCATED); in free_iq_fl()
3836 if (!(fwq->flags & IQ_SW_ALLOCATED)) { in alloc_fwq()
3849 MPASS(fwq->flags & IQ_SW_ALLOCATED); in alloc_fwq()
3853 MPASS(fwq->flags & IQ_SW_ALLOCATED); in alloc_fwq()
3875 MPASS(fwq->flags & IQ_SW_ALLOCATED); in free_fwq()
3880 if (fwq->flags & IQ_SW_ALLOCATED) { in free_fwq()
3883 MPASS(!(fwq->flags & IQ_SW_ALLOCATED)); in free_fwq()
4030 if (!(rxq->iq.flags & IQ_SW_ALLOCATED)) { in alloc_rxq()
[all …]
H A Dadapter.h394 IQ_SW_ALLOCATED = (1 << 0), /* sw resources allocated */ enumerator