Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_sge.c1684 eq->flags |= EQ_ALLOCATED; in ctrl_eq_alloc()
1727 eq->flags |= EQ_ALLOCATED; in eth_eq_alloc()
1770 eq->flags |= EQ_ALLOCATED; in ofld_eq_alloc()
1856 if (eq->flags & EQ_ALLOCATED) { in free_eq()
1885 eq->flags &= ~EQ_ALLOCATED; in free_eq()
H A Dadapter.h223 EQ_ALLOCATED = (1 << 3), /* firmware resources allocated */ enumerator