Home
last modified time | relevance | path

Searched refs:MPR_FAULT (Results 1 – 6 of 6) sorted by relevance

/src/sys/dev/mpr/
H A Dmpr.c265 mpr_dprint(sc, MPR_INIT|MPR_FAULT, in mpr_message_unit_reset()
310 mpr_dprint(sc, MPR_INIT|MPR_FAULT, "IOC is under the " in mpr_transition_ready()
323 mpr_dprint(sc, MPR_INIT|MPR_FAULT, "IOC in fault " in mpr_transition_ready()
332 mpr_dprint(sc, MPR_INIT|MPR_FAULT, in mpr_transition_ready()
335 mpr_dprint(sc, MPR_INIT|MPR_FAULT, in mpr_transition_ready()
346 mpr_dprint(sc, MPR_INIT|MPR_FAULT, in mpr_transition_ready()
368 mpr_dprint(sc, MPR_INIT|MPR_FAULT, in mpr_transition_operational()
500 mpr_dprint(sc, MPR_INIT|MPR_FAULT, "Failed to get " in mpr_iocfacts_allocate()
545 mpr_dprint(sc, MPR_INIT|MPR_FAULT, "Failed to " in mpr_iocfacts_allocate()
563 mpr_dprint(sc, MPR_INIT|MPR_FAULT, "new IR/IT mode " in mpr_iocfacts_allocate()
[all …]
H A Dmpr_sas_lsi.c640 mpr_dprint(sc, MPR_FAULT, "Temperature Threshold flags " in mprsas_fw_work()
647 mpr_dprint(sc, MPR_FAULT, "Current Temp in Celsius: " in mprsas_fw_work()
835 mpr_dprint(sc, MPR_INFO|MPR_MAPPING|MPR_FAULT, in mprsas_add_device()
852 mpr_dprint(sc, MPR_MAPPING|MPR_FAULT, in mprsas_add_device()
1187 mpr_dprint(sc, MPR_INFO|MPR_FAULT|MPR_MAPPING, in mprsas_get_sata_identify()
1197 mpr_dprint(sc, MPR_INFO|MPR_MAPPING|MPR_FAULT, in mprsas_get_sata_identify()
1483 mpr_dprint(sc, MPR_FAULT, "Unable to alloc CCB " in mprsas_SSU_to_SATA_devices()
H A Dmpr_user.c844 mpr_dprint(sc, MPR_FAULT, "%s: task management failed", in mpr_user_pass_thru()
914 mpr_dprint(sc, MPR_FAULT, "%s: failed to copy IOCTL " in mpr_user_pass_thru()
1067 mpr_dprint(sc, MPR_FAULT, "%s: failed to copy " in mpr_user_pass_thru()
1088 mpr_dprint(sc, MPR_FAULT, "%s: failed to copy " in mpr_user_pass_thru()
1106 mpr_dprint(sc, MPR_FAULT, in mpr_user_pass_thru()
1145 mpr_dprint(sc, MPR_FAULT, in mpr_user_pass_thru()
1331 mpr_dprint(sc, MPR_FAULT, "%s: post of FW Diag Buffer failed " in mpr_post_fw_diag_buffer()
1424 mpr_dprint(sc, MPR_FAULT, "%s: release of FW Diag Buffer " in mpr_release_fw_diag_buffer()
H A Dmpr_pci.c479 mpr_dprint(sc, MPR_FAULT, "%s: NULL dinfo\n", __func__); in mpr_pci_restore()
H A Dmpr_sas.c362 mpr_dprint(sc, MPR_FAULT, "%s NULL reply resetting device " in mprsas_remove_volume()
586 mpr_dprint(sc, MPR_FAULT, "%s NULL reply resetting device " in mprsas_remove_device()
675 mpr_dprint(sc, MPR_FAULT, "%s NULL reply removing device " in mprsas_remove_complete()
3532 mpr_dprint(sc, MPR_FAULT, "Portenable NULL reply\n"); in mprsas_portenable_complete()
3535 mpr_dprint(sc, MPR_FAULT, "Portenable failed\n"); in mprsas_portenable_complete()
H A Dmprvar.h733 #define MPR_FAULT (1 << 1) /* Hardware faults */ macro