Searched refs:MPR_FAULT (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/dev/mpr/ |
H A D | mpr.c | 266 mpr_dprint(sc, MPR_INIT|MPR_FAULT, in mpr_message_unit_reset() 311 mpr_dprint(sc, MPR_INIT|MPR_FAULT, "IOC is under the " in mpr_transition_ready() 324 mpr_dprint(sc, MPR_INIT|MPR_FAULT, "IOC in fault " in mpr_transition_ready() 333 mpr_dprint(sc, MPR_INIT|MPR_FAULT, in mpr_transition_ready() 336 mpr_dprint(sc, MPR_INIT|MPR_FAULT, in mpr_transition_ready() 347 mpr_dprint(sc, MPR_INIT|MPR_FAULT, in mpr_transition_ready() 369 mpr_dprint(sc, MPR_INIT|MPR_FAULT, in mpr_transition_operational() 501 mpr_dprint(sc, MPR_INIT|MPR_FAULT, "Failed to get " in mpr_iocfacts_allocate() 546 mpr_dprint(sc, MPR_INIT|MPR_FAULT, "Failed to " in mpr_iocfacts_allocate() 564 mpr_dprint(sc, MPR_INIT|MPR_FAULT, "new IR/IT mode " in mpr_iocfacts_allocate() [all …]
|
H A D | mpr_sas_lsi.c | 642 mpr_dprint(sc, MPR_FAULT, "Temperature Threshold flags " in mprsas_fw_work() 649 mpr_dprint(sc, MPR_FAULT, "Current Temp in Celsius: " in mprsas_fw_work() 837 mpr_dprint(sc, MPR_INFO|MPR_MAPPING|MPR_FAULT, in mprsas_add_device() 854 mpr_dprint(sc, MPR_MAPPING|MPR_FAULT, in mprsas_add_device() 1189 mpr_dprint(sc, MPR_INFO|MPR_FAULT|MPR_MAPPING, in mprsas_get_sata_identify() 1199 mpr_dprint(sc, MPR_INFO|MPR_MAPPING|MPR_FAULT, in mprsas_get_sata_identify() 1485 mpr_dprint(sc, MPR_FAULT, "Unable to alloc CCB " in mprsas_SSU_to_SATA_devices()
|
H A D | mpr_user.c | 845 mpr_dprint(sc, MPR_FAULT, "%s: task management failed", in mpr_user_pass_thru() 915 mpr_dprint(sc, MPR_FAULT, "%s: failed to copy IOCTL " in mpr_user_pass_thru() 1068 mpr_dprint(sc, MPR_FAULT, "%s: failed to copy " in mpr_user_pass_thru() 1089 mpr_dprint(sc, MPR_FAULT, "%s: failed to copy " in mpr_user_pass_thru() 1107 mpr_dprint(sc, MPR_FAULT, in mpr_user_pass_thru() 1146 mpr_dprint(sc, MPR_FAULT, in mpr_user_pass_thru() 1332 mpr_dprint(sc, MPR_FAULT, "%s: post of FW Diag Buffer failed " in mpr_post_fw_diag_buffer() 1425 mpr_dprint(sc, MPR_FAULT, "%s: release of FW Diag Buffer " in mpr_release_fw_diag_buffer()
|
H A D | mpr_pci.c | 480 mpr_dprint(sc, MPR_FAULT, "%s: NULL dinfo\n", __func__); in mpr_pci_restore()
|
H A D | mpr_sas.c | 358 mpr_dprint(sc, MPR_FAULT, "%s NULL reply resetting device " in mprsas_remove_volume() 582 mpr_dprint(sc, MPR_FAULT, "%s NULL reply resetting device " in mprsas_remove_device() 671 mpr_dprint(sc, MPR_FAULT, "%s NULL reply removing device " in mprsas_remove_complete() 3525 mpr_dprint(sc, MPR_FAULT, "Portenable NULL reply\n"); in mprsas_portenable_complete() 3528 mpr_dprint(sc, MPR_FAULT, "Portenable failed\n"); in mprsas_portenable_complete()
|
H A D | mprvar.h | 732 #define MPR_FAULT (1 << 1) /* Hardware faults */ macro
|