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

/illumos-gate/usr/src/uts/common/io/
H A Dbscbus.c235 BSCBUS_CMDSTATE_IDLE, /* No transaction in progress */ enumerator in enum:bscbus_cmdstate
541 * BSCBUS_CMDSTATE_IDLE No transaction in progress
840 } else if (csp->cmdstate != BSCBUS_CMDSTATE_IDLE) {
940 while (csp->cmdstate != BSCBUS_CMDSTATE_IDLE && !ddi_in_panic())
1018 ASSERT(csp->cmdstate != BSCBUS_CMDSTATE_IDLE);
1058 csp->cmdstate = BSCBUS_CMDSTATE_IDLE;
1737 csp->cmdstate = BSCBUS_CMDSTATE_IDLE;

Completed in 67 milliseconds