Home
last modified time | relevance | path

Searched refs:MPR_RECOVERY (Results 1 – 2 of 2) sorted by relevance

/freebsd-10-stable/sys/dev/mpr/
Dmpr_sas.c1181 mprsas_log_command(cm, MPR_RECOVERY, in mprsas_complete_all_commands()
1189 mprsas_log_command(cm, MPR_RECOVERY, in mprsas_complete_all_commands()
1201 mprsas_log_command(cm, MPR_RECOVERY, in mprsas_complete_all_commands()
1259 mprsas_log_command(tm, MPR_INFO|MPR_RECOVERY, "task mgmt %p timed " in mprsas_tm_timeout()
1292 mprsas_log_command(tm, MPR_RECOVERY, "NULL reset reply for tm " in mprsas_logical_unit_reset_complete()
1306 mprsas_log_command(tm, MPR_RECOVERY, in mprsas_logical_unit_reset_complete()
1321 mprsas_log_command(tm, MPR_RECOVERY|MPR_INFO, in mprsas_logical_unit_reset_complete()
1346 mprsas_log_command(tm, MPR_RECOVERY, in mprsas_logical_unit_reset_complete()
1380 mprsas_log_command(tm, MPR_RECOVERY, "NULL reset reply for tm " in mprsas_target_reset_complete()
1394 mprsas_log_command(tm, MPR_RECOVERY, in mprsas_target_reset_complete()
[all …]
Dmprvar.h632 #define MPR_RECOVERY (1 << 4) /* Command error recovery tracing */ macro