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

/illumos-gate/usr/src/uts/common/io/
H A Dtl.c579 int32_t te_state; /* TPI state of endpoint */ member in struct:tl_endpt
1447 tep->te_state = TS_UNBND;
1692 tep->te_state = -1; /* Uninitialized */
1823 if ((tep->te_state == TS_IDLE) && !wq->q_first) {
1953 ((tep->te_state == TS_DATA_XFER) ||
1954 (tep->te_state == TS_WREQ_ORDREL)) &&
1957 ((peer_tep->te_state == TS_DATA_XFER) ||
1958 (peer_tep->te_state == TS_WREQ_ORDREL)) &&
1970 ((tep->te_state == TS_DATA_XFER) ||
1971 (tep->te_state
[all...]

Completed in 64 milliseconds