Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/
H A Dmac_soft_ring.h461 #define SRS_ENQUEUED 0x00000200 macro
/titanic_50/usr/src/uts/common/io/mac/
H A Dmac_sched.c1172 mac_srs->srs_state |= SRS_ENQUEUED; \
3655 if ((mac_srs->srs_state & SRS_ENQUEUED) != 0) { in mac_tx_single_ring_mode()
3658 if ((mac_srs->srs_state & SRS_ENQUEUED) != 0) { in mac_tx_single_ring_mode()
4210 (SRS_TX_HIWAT | SRS_TX_WAKEUP_CLIENT | SRS_ENQUEUED))) { in mac_tx_srs_drain()
4219 SRS_TX_WAKEUP_CLIENT | SRS_ENQUEUED); in mac_tx_srs_drain()
H A Dmac_client.c3497 (srs->srs_state & SRS_ENQUEUED) == 0 && in mac_tx()