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

/netbsd-current/sys/dev/ic/
H A Dmpt.h70 MPT_DB_STATE_RUNNING = 0x20000000, enumerator in enum:DB_STATE_BITS
H A Dmpt.c172 if (MPT_STATE(db) != MPT_DB_STATE_RUNNING) {
205 if (MPT_STATE(mpt_rd_db(mpt)) != MPT_DB_STATE_RUNNING) {
378 (MPT_STATE(data) != MPT_DB_STATE_RUNNING) &&
1228 if (mpt_wait_state(mpt, MPT_DB_STATE_RUNNING) != MPT_OK) {
H A Dmpt_debug.c310 case MPT_DB_STATE_RUNNING:text = "Running"; break;

Completed in 134 milliseconds