Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/cxgbe/
H A Dt4_sge.c4404 eq->flags |= EQ_SW_ALLOCATED; in alloc_eq()
4413 MPASS(eq->flags & EQ_SW_ALLOCATED); in free_eq()
4549 MPASS(eq->flags & EQ_SW_ALLOCATED); in alloc_wrq()
4636 MPASS(eq->flags & EQ_SW_ALLOCATED); in alloc_txq()
4649 MPASS(eq->flags & EQ_SW_ALLOCATED); in alloc_txq()
4697 MPASS(eq->flags & EQ_SW_ALLOCATED); in free_txq()
4702 if (eq->flags & EQ_SW_ALLOCATED) { in free_txq()
4849 MPASS(eq->flags & EQ_SW_ALLOCATED); in alloc_ofld_txq()
4863 MPASS(eq->flags & EQ_SW_ALLOCATED); in alloc_ofld_txq()
4888 MPASS(eq->flags & EQ_SW_ALLOCATED); in free_ofld_txq()
[all …]
H A Dadapter.h453 EQ_SW_ALLOCATED = (1 << 0), /* sw resources allocated */ enumerator
H A Dt4_main.c7050 MPASS(eq->flags & EQ_SW_ALLOCATED); in quiesce_txq()