Lines Matching refs:IQ_HW_ALLOCATED
3551 MPASS (!(iq->flags & IQ_HW_ALLOCATED)); in alloc_iq_fl_hwq()
3688 iq->flags |= IQ_HW_ALLOCATED; in alloc_iq_fl_hwq()
3698 MPASS(iq->flags & IQ_HW_ALLOCATED); in free_iq_fl_hwq()
3705 iq->flags &= ~IQ_HW_ALLOCATED; in free_iq_fl_hwq()
3784 MPASS(!(fwq->flags & IQ_HW_ALLOCATED)); in alloc_fwq()
3799 if (!(fwq->flags & IQ_HW_ALLOCATED)) { in alloc_fwq()
3807 MPASS(fwq->flags & IQ_HW_ALLOCATED); in alloc_fwq()
3821 if (fwq->flags & IQ_HW_ALLOCATED) { in free_fwq()
3824 MPASS(!(fwq->flags & IQ_HW_ALLOCATED)); in free_fwq()
3828 MPASS(!(fwq->flags & IQ_HW_ALLOCATED)); in free_fwq()
3973 MPASS(!(rxq->iq.flags & IQ_HW_ALLOCATED)); in alloc_rxq()
4012 if (!(rxq->iq.flags & IQ_HW_ALLOCATED)) { in alloc_rxq()
4019 MPASS(rxq->iq.flags & IQ_HW_ALLOCATED); in alloc_rxq()
4047 if (rxq->iq.flags & IQ_HW_ALLOCATED) { in free_rxq()
4050 MPASS(!(rxq->iq.flags & IQ_HW_ALLOCATED)); in free_rxq()
4054 MPASS(!(rxq->iq.flags & IQ_HW_ALLOCATED)); in free_rxq()
4103 MPASS(!(ofld_rxq->iq.flags & IQ_HW_ALLOCATED)); in alloc_ofld_rxq()
4133 if (!(ofld_rxq->iq.flags & IQ_HW_ALLOCATED)) { in alloc_ofld_rxq()
4141 MPASS(ofld_rxq->iq.flags & IQ_HW_ALLOCATED); in alloc_ofld_rxq()
4152 if (ofld_rxq->iq.flags & IQ_HW_ALLOCATED) { in free_ofld_rxq()
4155 MPASS(!(ofld_rxq->iq.flags & IQ_HW_ALLOCATED)); in free_ofld_rxq()
4159 MPASS(!(ofld_rxq->iq.flags & IQ_HW_ALLOCATED)); in free_ofld_rxq()