Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/
H A Dbscbus.c241 BSCBUS_CMDSTATE_READY, /* Status received/command done */ enumerator
773 csp->cmdstate = BSCBUS_CMDSTATE_READY; in bscbus_process_waiting()
829 csp->cmdstate != BSCBUS_CMDSTATE_READY && in bscbus_process()
1016 while ((csp->cmdstate != BSCBUS_CMDSTATE_READY) && in bscbus_cmd()
1022 csp->cmdstate != BSCBUS_CMDSTATE_READY && in bscbus_cmd()
1042 } else if (csp->cmdstate != BSCBUS_CMDSTATE_READY) { in bscbus_cmd()