Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dmac_soft_ring.h495 #define SRS_QUIESCED_PERMANENT(srs) (srs->srs_state & SRS_QUIESCE_PERM) macro
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac.c2364 if (!SRS_QUIESCED_PERMANENT(srs)) { in mac_rx_srs_restart()