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

/illumos-gate/usr/src/uts/common/sys/
H A Decppvar.h104 ECPP_FLUSH = 5 /* Currently flushing the q */ enumerator in enum:__anon176
/illumos-gate/usr/src/uts/common/io/
H A Decpp.c116 * ECPP_FLUSH -- flushing the queues;
776 if ((pp->e_busy == ECPP_BUSY) || (pp->e_busy == ECPP_FLUSH)) {
781 (pp->e_busy == ECPP_FLUSH)) {
1903 if (pp->e_busy == ECPP_BUSY || pp->e_busy == ECPP_FLUSH) {
2566 * Change the port status to ECPP_FLUSH to
2569 pp->e_busy = ECPP_FLUSH;
2641 * Change the port status to ECPP_FLUSH to
2644 pp->e_busy = ECPP_FLUSH;

Completed in 54 milliseconds