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

/illumos-gate/usr/src/uts/common/io/
H A Decpp.c113 * ECPP_IDLE -- idle, no active transfers;
118 * When opened, driver is in ECPP_IDLE state, current mode is ECPP_CENTRONICS
136 * cleanup and go ECPP_IDLE, otherwise putback untransferred and qenable();
1071 pp->e_busy = ECPP_IDLE;
1155 while (pp->e_busy != ECPP_IDLE || qsize(WR(q))) {
1397 if (pp->e_busy == ECPP_IDLE) {
1877 if (pp->e_busy == ECPP_IDLE) {
1932 pp->e_busy = ECPP_IDLE;
2050 if (pp->e_busy != ECPP_IDLE) {
2101 if (pp->e_busy == ECPP_IDLE) {
[all...]
/illumos-gate/usr/src/uts/common/sys/
H A Decppvar.h100 ECPP_IDLE = 1, /* No ongoing transfers */ enumerator in enum:__anon176

Completed in 302 milliseconds