Searched refs:MPR_EVENT (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/dev/mpr/ |
H A D | mpr_sas_lsi.c | 207 mpr_dprint(sc, MPR_EVENT, "(%d)->(%s) Working on Event: [%x]\n", in mprsas_fw_work() 335 mpr_dprint(sc, MPR_EVENT, "Sending FP action " in mprsas_fw_work() 372 mpr_dprint(sc, MPR_EVENT, "Received " in mprsas_fw_work() 467 mpr_dprint(sc, MPR_EVENT, "Received IR Volume event:\n"); in mprsas_fw_work() 470 mpr_dprint(sc, MPR_EVENT, " Volume Settings " in mprsas_fw_work() 477 mpr_dprint(sc, MPR_EVENT, " Volume Status " in mprsas_fw_work() 484 mpr_dprint(sc, MPR_EVENT, " Volume State " in mprsas_fw_work() 539 mpr_dprint(sc, MPR_EVENT, "Received IR Phys Disk event:\n"); in mprsas_fw_work() 542 mpr_dprint(sc, MPR_EVENT, " Phys Disk Settings " in mprsas_fw_work() 553 mpr_dprint(sc, MPR_EVENT, " Phys Disk Status changed " in mprsas_fw_work() [all …]
|
H A D | mpr_table.h | 63 MPR_DPRINT_PAGE(sc, MPR_EVENT, evt_##func, buf)
|
H A D | mpr.c | 1962 {"event", MPR_EVENT}, 2280 mpr_dprint(sc, MPR_EVENT, "MPI2_EVENT_LOG_DATA:\n"); in mpr_log_evt_handler() 2281 if (sc->mpr_debug & MPR_EVENT) in mpr_log_evt_handler() 2287 mpr_dprint(sc, MPR_EVENT, "MPI2_EVENT_LOG_ENTRY_ADDED event " in mpr_log_evt_handler() 2697 mpr_dprint(sc, MPR_EVENT, "Unhandled event 0x%x\n", in mpr_dispatch_event()
|
H A D | mprvar.h | 733 #define MPR_EVENT (1 << 2) /* Event data from the controller */ macro
|