Home
last modified time | relevance | path

Searched refs:SRS_ENQUEUED (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dmac_soft_ring.h461 #define SRS_ENQUEUED 0x00000200 macro
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_sched.c1173 mac_srs->srs_state |= SRS_ENQUEUED; \
3665 if ((mac_srs->srs_state & SRS_ENQUEUED) != 0) { in mac_tx_single_ring_mode()
3668 if ((mac_srs->srs_state & SRS_ENQUEUED) != 0) { in mac_tx_single_ring_mode()
4221 (SRS_TX_HIWAT | SRS_TX_WAKEUP_CLIENT | SRS_ENQUEUED))) { in mac_tx_srs_drain()
4230 SRS_TX_WAKEUP_CLIENT | SRS_ENQUEUED); in mac_tx_srs_drain()
H A Dmac_client.c3582 (srs->srs_state & SRS_ENQUEUED) == 0 && in mac_tx()