Home
last modified time | relevance | path

Searched refs:mps_debug (Results 1 – 4 of 4) sorted by relevance

/freebsd-11-stable/sys/dev/mps/
HDmps_table.h56 if ((sc)->mps_debug & level) \
HDmpsvar.h276 u_int mps_debug; member
623 if ((sc)->mps_debug & (level)) \
HDmps.c1358 sc->mps_debug = MPS_INFO|MPS_FAULT; in mps_get_tunables()
1370 TUNABLE_INT_FETCH("hw.mps.debug_level", &sc->mps_debug); in mps_get_tunables()
1382 TUNABLE_INT_FETCH(tmpstr, &sc->mps_debug); in mps_get_tunables()
1449 OID_AUTO, "debug_level", CTLFLAG_RW, &sc->mps_debug, 0, in mps_setup_sysctl()
1639 if (sc->mps_debug & MPS_EVENT) in mps_log_evt_handler()
HDmps_sas.c321 if ((cm->cm_sc->mps_debug & level) == 0) in mpssas_log_command()
2088 if (sc->mps_debug & MPS_XINFO && in mps_sc_failed_io_info()
3245 if (sassc->sc->mps_debug & MPS_TRACE) { in mpssas_poll()
3250 sassc->sc->mps_debug &= ~MPS_TRACE; in mpssas_poll()