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

/freebsd-13-stable/sys/dev/mpt/
H A Dmpt_reg.h88 MPT_DB_STATE_RUNNING = 0x20000000, enumerator in enum:DB_STATE_BITS
H A Dmpt.c945 if (MPT_STATE(db) != MPT_DB_STATE_RUNNING) {
979 if (MPT_STATE(mpt_rd_db(mpt)) != MPT_DB_STATE_RUNNING) {
1385 && MPT_STATE(data) != MPT_DB_STATE_RUNNING
2887 if (mpt_wait_state(mpt, MPT_DB_STATE_RUNNING) != MPT_OK) {
H A Dmpt_debug.c330 case MPT_DB_STATE_RUNNING:text = "Running"; break;

Completed in 41 milliseconds