Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/
H A Decpp.c1071 pp->e_busy = ECPP_IDLE; in ecpp_open()
1155 while (pp->e_busy != ECPP_IDLE || qsize(WR(q))) { in ecpp_close()
1397 if (pp->e_busy == ECPP_IDLE) { in ecpp_wput()
1877 if (pp->e_busy == ECPP_IDLE) { in ecpp_rsrv()
1932 pp->e_busy = ECPP_IDLE; in ecpp_wsrv()
2050 if (pp->e_busy != ECPP_IDLE) { in ecpp_wsrv()
2101 if (pp->e_busy == ECPP_IDLE) { in ecpp_wsrv()
2658 case ECPP_IDLE: in ecpp_flush()
2681 pp->e_busy = ECPP_IDLE; in ecpp_flush()
3557 pp->e_busy = ECPP_IDLE; in ecpp_xfer_cleanup()
[all …]
/titanic_50/usr/src/uts/common/sys/
H A Decppvar.h100 ECPP_IDLE = 1, /* No ongoing transfers */ enumerator