Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_sge.c825 ASSERT((eq->flags & EQ_TYPEMASK) == EQ_OFLD || in t4_wrq_tx_locked()
826 (eq->flags & EQ_TYPEMASK) == EQ_CTRL); in t4_wrq_tx_locked()
828 ASSERT((eq->flags & EQ_TYPEMASK) == EQ_CTRL); in t4_wrq_tx_locked()
1077 ASSERT(eqtype <= EQ_TYPEMASK); in init_eq()
1079 eq->flags = eqtype & EQ_TYPEMASK; in init_eq()
1540 switch (eq->flags & EQ_TYPEMASK) { in alloc_eq()
1557 eq->flags & EQ_TYPEMASK); in alloc_eq()
1562 eq->flags & EQ_TYPEMASK, rc); in alloc_eq()
1574 switch (eq->flags & EQ_TYPEMASK) { in free_eq()
1594 eq->flags & EQ_TYPEMASK); in free_eq()
[all …]
H A Dadapter.h197 EQ_TYPEMASK = 7, /* 3 lsbits hold the type */ enumerator