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

/illumos-gate/usr/src/uts/common/io/
H A Decpp.c114 * ECPP_BUSY -- transfer is in progress;
131 * The transfer is then started by calling ecpp_start(), driver goes ECPP_BUSY
776 if ((pp->e_busy == ECPP_BUSY) || (pp->e_busy == ECPP_FLUSH)) {
780 if ((pp->e_busy == ECPP_BUSY) ||
1147 * has data, the port will be ECPP_BUSY. However,
1290 if ((pp->e_busy == ECPP_BUSY) &&
1679 if (pp->e_busy == ECPP_BUSY) {
1903 if (pp->e_busy == ECPP_BUSY || pp->e_busy == ECPP_FLUSH) {
1959 pp->e_busy = ECPP_BUSY;
2072 if (pp->e_busy == ECPP_BUSY) {
[all...]
/illumos-gate/usr/src/uts/common/sys/
H A Decppvar.h101 ECPP_BUSY = 2, /* Ongoing transfers on the cable */ enumerator in enum:__anon176

Completed in 206 milliseconds