Searched refs:raid_err (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/dev/smartpqi/ |
H A D | smartpqi_response.c | 208 …_show_raid_error_info(pqisrc_softstate_t *softs, rcb_t *rcb, raid_path_error_info_elem_t *raid_err) in pqisrc_show_raid_error_info() argument 212 raid_err->data_in_result, raid_err->data_in_result, in pqisrc_show_raid_error_info() 213 raid_err->status, raid_err->sense_data_len, raid_err->resp_data_len); in pqisrc_show_raid_error_info() 215 pqisrc_print_buffer(softs, "raid err info", raid_err, in pqisrc_show_raid_error_info() 218 pqisrc_show_sense_data_full(softs, rcb, &raid_err->sense_data); in pqisrc_show_raid_error_info() 272 raid_path_error_info_elem_t *raid_err = err_info; in pqisrc_is_innocuous_error() local 275 if (raid_err->data_out_result == PQI_RAID_DATA_IN_OUT_UNDERFLOW) in pqisrc_is_innocuous_error() 280 if (raid_err->status == PQI_AIO_STATUS_CHECK_CONDITION) in pqisrc_is_innocuous_error() 282 pqisrc_show_sense_data_simple(softs, rcb, &raid_err->sense_data); in pqisrc_is_innocuous_error()
|