Searched refs:raid_path_error_info_elem_t (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/dev/smartpqi/ |
H A D | smartpqi_response.c | 67 raid_path_error_info_elem_t error_info; in pqisrc_process_internal_raid_response_error() 208 pqisrc_show_raid_error_info(pqisrc_softstate_t *softs, rcb_t *rcb, raid_path_error_info_elem_t *rai… in pqisrc_show_raid_error_info() 216 offsetof(raid_path_error_info_elem_t, data), PRINT_FLAG_HDR_COLUMN); in pqisrc_show_raid_error_info() 272 raid_path_error_info_elem_t *raid_err = err_info; in pqisrc_is_innocuous_error() 332 raid_path_error_info_elem_t *err_info = NULL; in pqisrc_process_raid_response_error() 338 err_info = (raid_path_error_info_elem_t*) in pqisrc_process_raid_response_error()
|
H A D | smartpqi_prototypes.h | 111 void *, size_t , uint8_t *, raid_path_error_info_elem_t *); 153 raid_path_error_info_elem_t *aio_err); 310 void os_raid_response_error(rcb_t *, raid_path_error_info_elem_t *);
|
H A D | smartpqi_helper.c | 350 ASSERT(sizeof(raid_path_error_info_elem_t)== 276); in check_struct_sizes()
|
H A D | smartpqi_ioctl.c | 243 raid_path_error_info_elem_t error_info; in pqisrc_passthru_ioctl()
|
H A D | smartpqi_discovery.c | 410 raid_path_error_info_elem_t *error_info) in pqisrc_build_send_raid_request() 516 raid_path_error_info_elem_t *error_info) in pqisrc_prepare_send_raid() 543 raid_path_error_info_elem_t error_info; /* will be thrown away */ in pqisrc_prepare_send_ctrlr_request() 865 raid_path_error_info_elem_t error_info; in pqisrc_send_scsi_inquiry()
|
H A D | smartpqi_structures.h | 542 }OS_ATTRIBUTE_PACKED raid_path_error_info_elem_t; typedef 544 #define PQI_ERROR_BUFFER_ELEMENT_LENGTH sizeof(raid_path_error_info_elem_t)
|
H A D | smartpqi_defines.h | 180 #define PQISRC_ERR_BUF_ELEM_SIZE MAX(sizeof(raid_path_error_info_elem_t),sizeof(aio_path_error_inf…
|
H A D | smartpqi_cam.c | 362 os_raid_response_error(rcb_t *rcb, raid_path_error_info_elem_t *err_info) in os_raid_response_error()
|