Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/
H A Dt4_sge.c3847 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()
[all …]
H A Dadapter.h457 EQ_SW_ALLOCATED = (1 << 0), /* sw resources allocated */ enumerator
H A Dt4_main.c7143 MPASS(eq->flags & EQ_SW_ALLOCATED); in quiesce_txq()