Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/
H A Dmac_soft_ring.h472 #define SRS_QUIESCE_DONE 0x00080000 macro
488 #define SRS_QUIESCED(srs) (srs->srs_state & SRS_QUIESCE_DONE)
/titanic_41/usr/src/uts/common/io/mac/
H A Dmac_datapath_setup.c3495 mac_srs->srs_state |= (SRS_QUIESCE_DONE | SRS_CONDEMNED_DONE); in mac_srs_worker_quiesce()
3497 mac_srs->srs_state |= SRS_QUIESCE_DONE; in mac_srs_worker_quiesce()
3571 (SRS_POLL_THR_QUIESCED | SRS_QUIESCE_DONE | SRS_QUIESCE)) == in mac_srs_worker_restart()
3572 (SRS_QUIESCE_DONE | SRS_QUIESCE)); in mac_srs_worker_restart()
3576 (SRS_QUIESCE_DONE | SRS_QUIESCE)) == in mac_srs_worker_restart()
3577 (SRS_QUIESCE_DONE | SRS_QUIESCE)); in mac_srs_worker_restart()
3599 mac_srs->srs_state &= ~(SRS_QUIESCE_DONE | SRS_QUIESCE | SRS_RESTART); in mac_srs_worker_restart()
H A Dmac.c1949 srs_done_flag = SRS_QUIESCE_DONE; in mac_rx_srs_quiesce()
2173 SRS_QUIESCE_DONE : SRS_CONDEMNED_DONE); in mac_tx_srs_quiesce()