Home
last modified time | relevance | path

Searched refs:raid_path_error_info_elem_t (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/dev/smartpqi/
H A Dsmartpqi_response.c67 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 Dsmartpqi_prototypes.h111 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 Dsmartpqi_helper.c350 ASSERT(sizeof(raid_path_error_info_elem_t)== 276); in check_struct_sizes()
H A Dsmartpqi_ioctl.c243 raid_path_error_info_elem_t error_info; in pqisrc_passthru_ioctl()
H A Dsmartpqi_discovery.c410 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 Dsmartpqi_structures.h542 }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 Dsmartpqi_defines.h180 #define PQISRC_ERR_BUF_ELEM_SIZE MAX(sizeof(raid_path_error_info_elem_t),sizeof(aio_path_error_inf…
H A Dsmartpqi_cam.c362 os_raid_response_error(rcb_t *rcb, raid_path_error_info_elem_t *err_info) in os_raid_response_error()