Home
last modified time | relevance | path

Searched refs:EQ_ALLOC_DEV (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_sge.c1415 eq->tse_flags |= EQ_ALLOC_DEV; in t4_alloc_iq()
1480 ASSERT(fl == NULL || (eq->tse_flags & EQ_ALLOC_DEV)); in t4_free_iq()
1493 eq->tse_flags &= ~EQ_ALLOC_DEV; in t4_free_iq()
1696 ASSERT(eq->tse_flags & EQ_ALLOC_DEV); in t4_alloc_eq_post()
1792 eq->tse_flags |= EQ_ALLOC_DEV; in t4_eq_alloc_eth()
1804 if (eq->tse_flags & EQ_ALLOC_DEV) { in t4_free_eq()
1815 eq->tse_flags &= ~EQ_ALLOC_DEV; in t4_free_eq()
H A Dadapter.h291 EQ_ALLOC_DEV = (1 << 1), /* EQ allocated in device firmware */ enumerator