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

/illumos-gate/usr/src/uts/common/io/atu/
H A Datu.c199 uint8_t statusreq[6]; local
202 while ((err = atu_get_cmd_status(sc, cmd, statusreq)) == 0) {
204 if ((statusreq[5] != STATUS_IN_PROGRESS) &&
205 (statusreq[5] != STATUS_IDLE)) {
207 *status = statusreq[5];

Completed in 234 milliseconds