Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/
H A Decpp.c1679 if (pp->e_busy == ECPP_BUSY) { in ecpp_putioc()
1959 pp->e_busy = ECPP_BUSY; in ecpp_wsrv()
2072 if (pp->e_busy == ECPP_BUSY) { in ecpp_wsrv()
2095 pp->e_busy = ECPP_BUSY; in ecpp_wsrv()
2564 case ECPP_BUSY: in ecpp_flush()
2714 ASSERT(pp->e_busy == ECPP_BUSY); in ecpp_start()
3259 if (pp->e_busy == ECPP_BUSY) { in ecpp_M1553_intr()
3419 if (pp->e_busy == ECPP_BUSY) { in ecpp_nErr_ihdlr()
3487 pp->e_busy = ECPP_BUSY; in ecpp_softintr()
3528 pp->e_busy = ECPP_BUSY; in ecpp_softintr()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Decppvar.h101 ECPP_BUSY = 2, /* Ongoing transfers on the cable */ enumerator