Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/
H A Decpp.c776 if ((pp->e_busy == ECPP_BUSY) || (pp->e_busy == ECPP_FLUSH)) { in ecpp_detach()
1071 pp->e_busy = ECPP_IDLE; in ecpp_open()
1903 if (pp->e_busy == ECPP_BUSY || pp->e_busy == ECPP_FLUSH) { in ecpp_wsrv()
2563 switch (pp->e_busy) { in ecpp_flush()
2681 pp->e_busy = ECPP_IDLE; in ecpp_flush()
3559 pp->e_busy = ECPP_IDLE; in ecpp_xfer_cleanup()
3714 pp->e_busy = ECPP_ERR; in ecpp_xfer_timeout()
3961 pp->e_busy = ECPP_IDLE; in ecpp_fifo_timer()
3989 pp->e_busy = ECPP_ERR; in ecpp_check_status()
4491 pp->e_busy = ECPP_BUSY; in ecp_peripheral2host()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Decppvar.h115 ecpp_busy_t e_busy; /* ecpp busy flag */ member