Home
last modified time | relevance | path

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

/freebsd/sys/dev/smartpqi/
H A Dsmartpqi_response.c193 pqisrc_show_aio_error_info(pqisrc_softstate_t *softs, rcb_t *rcb, aio_path_error_info_elem_t *aio_e… in pqisrc_show_aio_error_info()
200 offsetof(aio_path_error_info_elem_t, data), PRINT_FLAG_HDR_COLUMN); in pqisrc_show_aio_error_info()
244 aio_path_error_info_elem_t *aio_err = err_info; in pqisrc_is_innocuous_error()
297 aio_path_error_info_elem_t *err_info = NULL; in pqisrc_process_aio_response_error()
303 err_info = (aio_path_error_info_elem_t*) in pqisrc_process_aio_response_error()
H A Dsmartpqi_prototypes.h151 aio_path_error_info_elem_t *aio_err);
307 void os_aio_response_error(rcb_t *, aio_path_error_info_elem_t *);
H A Dsmartpqi_helper.c351 ASSERT(sizeof(aio_path_error_info_elem_t)== 276); in check_struct_sizes()
H A Dsmartpqi_defines.h180 …ISRC_ERR_BUF_ELEM_SIZE MAX(sizeof(raid_path_error_info_elem_t),sizeof(aio_path_error_info_elem_t))
H A Dsmartpqi_cam.c436 os_aio_response_error(rcb_t *rcb, aio_path_error_info_elem_t *err_info) in os_aio_response_error()
H A Dsmartpqi_structures.h568 }OS_ATTRIBUTE_PACKED aio_path_error_info_elem_t; typedef