Home
last modified time | relevance | path

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

/src/sys/dev/mpt/
H A Dmpt_reg.h92 #define MPT_STATE(v) ((enum DB_STATE_BITS)((v) & MPT_DB_STATE_MASK)) macro
H A Dmpt.c943 if (MPT_STATE(db) != MPT_DB_STATE_RUNNING) { in mpt_check_doorbell()
957 if (MPT_STATE(db) == state) { in mpt_wait_state()
977 if (MPT_STATE(mpt_rd_db(mpt)) != MPT_DB_STATE_RUNNING) { in mpt_soft_reset()
1382 if ((MPT_STATE(data) != MPT_DB_STATE_READY in mpt_send_handshake_cmd()
1383 && MPT_STATE(data) != MPT_DB_STATE_RUNNING in mpt_send_handshake_cmd()
1384 && MPT_STATE(data) != MPT_DB_STATE_FAULT) in mpt_send_handshake_cmd()
2636 if (needreset || MPT_STATE(mpt_rd_db(mpt)) != MPT_DB_STATE_READY) { in mpt_configure_ioc()
H A Dmpt_debug.c325 switch (MPT_STATE(mb)) { in mpt_state()