Lines Matching refs:EQ_SW_ALLOCATED
3847 if (!(ctrlq->eq.flags & EQ_SW_ALLOCATED)) { in alloc_ctrlq()
3865 MPASS(ctrlq->eq.flags & EQ_SW_ALLOCATED); in alloc_ctrlq()
3869 MPASS(ctrlq->eq.flags & EQ_SW_ALLOCATED); in alloc_ctrlq()
3893 MPASS(ctrlq->eq.flags & EQ_SW_ALLOCATED); in free_ctrlq()
3898 if (ctrlq->eq.flags & EQ_SW_ALLOCATED) { in free_ctrlq()
3901 MPASS(!(ctrlq->eq.flags & EQ_SW_ALLOCATED)); in free_ctrlq()
4400 MPASS(!(eq->flags & EQ_SW_ALLOCATED)); in alloc_eq()
4410 eq->flags |= EQ_SW_ALLOCATED; in alloc_eq()
4419 MPASS(eq->flags & EQ_SW_ALLOCATED); in free_eq()
4550 MPASS(!(eq->flags & EQ_SW_ALLOCATED)); in alloc_wrq()
4555 MPASS(eq->flags & EQ_SW_ALLOCATED); in alloc_wrq()
4612 if (!(eq->flags & EQ_SW_ALLOCATED)) { in alloc_txq()
4642 MPASS(eq->flags & EQ_SW_ALLOCATED); in alloc_txq()
4655 MPASS(eq->flags & EQ_SW_ALLOCATED); in alloc_txq()
4703 MPASS(eq->flags & EQ_SW_ALLOCATED); in free_txq()
4708 if (eq->flags & EQ_SW_ALLOCATED) { in free_txq()
4714 MPASS(!(eq->flags & EQ_SW_ALLOCATED)); in free_txq()
4830 if (!(eq->flags & EQ_SW_ALLOCATED)) { in alloc_ofld_txq()
4855 MPASS(eq->flags & EQ_SW_ALLOCATED); in alloc_ofld_txq()
4869 MPASS(eq->flags & EQ_SW_ALLOCATED); in alloc_ofld_txq()
4894 MPASS(eq->flags & EQ_SW_ALLOCATED); in free_ofld_txq()
4899 if (eq->flags & EQ_SW_ALLOCATED) { in free_ofld_txq()
4909 MPASS(!(eq->flags & EQ_SW_ALLOCATED)); in free_ofld_txq()