Searched defs:NEXTSTATE (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Dtl.c379 #define NEXTSTATE(EV, ST) ti_statetbl[EV][ST] macro
2381 tep->te_state = NEXTSTATE(TE_BIND_REQ, tep->te_state);
2420 tep->te_state = NEXTSTATE(TE_ERROR_ACK, tep->te_state);
2434 tep->te_state = NEXTSTATE(TE_ERROR_ACK, tep->te_state);
2443 tep->te_state = NEXTSTATE(TE_ERROR_ACK, tep->te_state);
2452 tep->te_state = NEXTSTATE(TE_ERROR_ACK, tep->te_state);
2463 tep->te_state = NEXTSTATE(TE_ERROR_ACK, tep->te_state);
2471 tep->te_state = NEXTSTATE(TE_ERROR_ACK, tep->te_state);
2632 tep->te_state = NEXTSTATE(TE_BIND_ACK, tep->te_state);
2649 tep->te_state = NEXTSTATE(TE_ERROR_AC
[all...]

Completed in 68 milliseconds