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

/freebsd-10.0-release/sys/dev/mpt/
H A Dmpt_reg.h86 MPT_DB_STATE_RUNNING = 0x20000000, enumerator in enum:DB_STATE_BITS
H A Dmpt.c943 if (MPT_STATE(db) != MPT_DB_STATE_RUNNING) {
978 if (MPT_STATE(mpt_rd_db(mpt)) != MPT_DB_STATE_RUNNING) {
1383 && MPT_STATE(data) != MPT_DB_STATE_RUNNING
2885 if (mpt_wait_state(mpt, MPT_DB_STATE_RUNNING) != MPT_OK) {
H A Dmpt_debug.c328 case MPT_DB_STATE_RUNNING:text = "Running"; break;

Completed in 117 milliseconds