Searched refs:sr_flush (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/sfxge/
H A Dsfxge_rx.c1286 srp->sr_flush = SFXGE_FLUSH_INACTIVE;
1935 flush_pending = (srp->sr_flush == SFXGE_FLUSH_PENDING);
1936 srp->sr_flush = SFXGE_FLUSH_DONE;
1958 flush_pending = (srp->sr_flush == SFXGE_FLUSH_PENDING);
1959 srp->sr_flush = SFXGE_FLUSH_FAILED;
1991 srp->sr_flush = SFXGE_FLUSH_DONE;
1998 while (srp->sr_flush != SFXGE_FLUSH_DONE && flush_tries-- > 0) {
2001 srp->sr_flush = SFXGE_FLUSH_DONE;
2003 srp->sr_flush = SFXGE_FLUSH_FAILED;
2006 srp->sr_flush
[all...]
H A Dsfxge.h489 #define sr_flush __sr_u3.__sr_s3.__sr_flush macro

Completed in 98 milliseconds