Searched refs:aio_err (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/smartpqi/ |
H A D | smartpqi_response.c | 193 …src_show_aio_error_info(pqisrc_softstate_t *softs, rcb_t *rcb, aio_path_error_info_elem_t *aio_err) in pqisrc_show_aio_error_info() argument 197 aio_err->status, aio_err->service_resp, aio_err->data_pres, aio_err->data_len); in pqisrc_show_aio_error_info() 199 pqisrc_print_buffer(softs, "aio err info", aio_err, in pqisrc_show_aio_error_info() 202 pqisrc_show_sense_data_full(softs, rcb, &aio_err->sense_data); in pqisrc_show_aio_error_info() 244 aio_path_error_info_elem_t *aio_err = err_info; in pqisrc_is_innocuous_error() local 248 if (aio_err->status == PQI_AIO_STATUS_UNDERRUN && in pqisrc_is_innocuous_error() 249 aio_err->service_resp == PQI_AIO_SERV_RESPONSE_FAILURE) in pqisrc_is_innocuous_error() 255 pqisrc_extract_sense_data(&aio_err->sense_data, &key, &asc, &ascq); in pqisrc_is_innocuous_error() 264 pqisrc_show_sense_data_simple(softs, rcb, &aio_err->sense_data); in pqisrc_is_innocuous_error()
|
H A D | smartpqi_prototypes.h | 151 aio_path_error_info_elem_t *aio_err); 153 raid_path_error_info_elem_t *aio_err);
|