Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_core.h164 #define ARN_TXQ_SETUP(sc, i) ((sc)->sc_txqsetup & (1<<i))
932 uint32_t sc_txqsetup; member
H A Darn_xmit.c1607 sc->sc_txqsetup |= 1<<qnum; in arn_txq_setup()
1618 sc->sc_txqsetup &= ~(1<<txq->axq_qnum); in arn_tx_cleanupq()