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

/freebsd-13-stable/sys/dev/mpt/
H A Dmpt_reg.h93 #define MPT_STATE(v) ((enum DB_STATE_BITS)((v) & MPT_DB_STATE_MASK)) macro
H A Dmpt.c945 if (MPT_STATE(db) != MPT_DB_STATE_RUNNING) {
959 if (MPT_STATE(db) == state) {
979 if (MPT_STATE(mpt_rd_db(mpt)) != MPT_DB_STATE_RUNNING) {
1384 if ((MPT_STATE(data) != MPT_DB_STATE_READY
1385 && MPT_STATE(data) != MPT_DB_STATE_RUNNING
1386 && MPT_STATE(data) != MPT_DB_STATE_FAULT)
2638 if (needreset || MPT_STATE(mpt_rd_db(mpt)) != MPT_DB_STATE_READY) {
H A Dmpt_debug.c327 switch (MPT_STATE(mb)) {

Completed in 59 milliseconds