Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dmac_soft_ring.h473 #define SRS_QUIESCE_DONE 0x00080000 macro
489 #define SRS_QUIESCED(srs) (srs->srs_state & SRS_QUIESCE_DONE)
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_datapath_setup.c3583 mac_srs->srs_state |= (SRS_QUIESCE_DONE | SRS_CONDEMNED_DONE); in mac_srs_worker_quiesce()
3585 mac_srs->srs_state |= SRS_QUIESCE_DONE; in mac_srs_worker_quiesce()
3659 (SRS_POLL_THR_QUIESCED | SRS_QUIESCE_DONE | SRS_QUIESCE)) == in mac_srs_worker_restart()
3660 (SRS_QUIESCE_DONE | SRS_QUIESCE)); in mac_srs_worker_restart()
3664 (SRS_QUIESCE_DONE | SRS_QUIESCE)) == in mac_srs_worker_restart()
3665 (SRS_QUIESCE_DONE | SRS_QUIESCE)); in mac_srs_worker_restart()
3687 mac_srs->srs_state &= ~(SRS_QUIESCE_DONE | SRS_QUIESCE | SRS_RESTART); in mac_srs_worker_restart()
H A Dmac.c2272 srs_done_flag = SRS_QUIESCE_DONE; in mac_rx_srs_quiesce()
2496 SRS_QUIESCE_DONE : SRS_CONDEMNED_DONE); in mac_tx_srs_quiesce()