Searched defs:eqtype (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_sge.c78 static inline void init_eq(struct sge_eq *eq, uint16_t eqtype, uint16_t qsize,
1073 init_eq(struct sge_eq *eq, uint16_t eqtype, uint16_t qsize, uint8_t tx_chan, argument
1077 ASSERT(eqtype <= EQ_TYPEMASK);
1079 eq->flags = eqtype & EQ_TYPEMASK;

Completed in 52 milliseconds