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.c3475 MPASS(!(iq->flags & IQ_SW_ALLOCATED)); in alloc_iq_fl()
3501 iq->flags |= IQ_SW_ALLOCATED; in alloc_iq_fl()
3513 MPASS(iq->flags & IQ_SW_ALLOCATED); in free_iq_fl()
3775 if (!(fwq->flags & IQ_SW_ALLOCATED)) { in alloc_fwq()
3788 MPASS(fwq->flags & IQ_SW_ALLOCATED); in alloc_fwq()
3792 MPASS(fwq->flags & IQ_SW_ALLOCATED); in alloc_fwq()
3814 MPASS(fwq->flags & IQ_SW_ALLOCATED); in free_fwq()
3819 if (fwq->flags & IQ_SW_ALLOCATED) { in free_fwq()
3822 MPASS(!(fwq->flags & IQ_SW_ALLOCATED)); in free_fwq()
3964 if (!(rxq->iq.flags & IQ_SW_ALLOCATED)) { in alloc_rxq()
[all …]
H A Dadapter.h381 IQ_SW_ALLOCATED = (1 << 0), /* sw resources allocated */ enumerator