Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dmac_soft_ring.h485 #define SRS_QUIESCE_PERM 0x10000000 macro
495 #define SRS_QUIESCED_PERMANENT(srs) (srs->srs_state & SRS_QUIESCE_PERM)
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac.c2435 mac_srs->srs_state |= SRS_QUIESCE_PERM; in mac_srs_perm_quiesce()
2437 mac_srs->srs_state &= ~SRS_QUIESCE_PERM; in mac_srs_perm_quiesce()