Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/smartpqi/
H A Dsmartpqi_response.c51 raid_path_error_info_elem_t error_info; in pqisrc_process_internal_raid_response_error()
118 raid_path_error_info_elem_t *err_info = NULL; in pqisrc_process_raid_response_error()
122 err_info = (raid_path_error_info_elem_t*) in pqisrc_process_raid_response_error()
H A Dsmartpqi_prototypes.h150 raid_path_error_info_elem_t *);
251 void os_raid_response_error(rcb_t *, raid_path_error_info_elem_t *);
H A Dsmartpqi_helper.c294 ASSERT(sizeof(raid_path_error_info_elem_t)== 276); in check_struct_sizes()
H A Dsmartpqi_structures.h467 }OS_ATTRIBUTE_PACKED raid_path_error_info_elem_t; typedef
469 #define PQI_ERROR_BUFFER_ELEMENT_LENGTH sizeof(raid_path_error_info_elem_t)
H A Dsmartpqi_ioctl.c226 raid_path_error_info_elem_t error_info; in pqisrc_passthru_ioctl()
H A Dsmartpqi_discovery.c127 raid_path_error_info_elem_t *error_info) in pqisrc_build_send_raid_request()
550 raid_path_error_info_elem_t error_info; in pqisrc_send_scsi_inquiry()
638 raid_path_error_info_elem_t error_info; in pqisrc_get_dev_vol_status()
H A Dsmartpqi_defines.h148 #define PQISRC_ERR_BUF_ELEM_SIZE MAX(sizeof(raid_path_error_info_elem_t),sizeof(aio_path_error_inf…
H A Dsmartpqi_cam.c284 void os_raid_response_error(rcb_t *rcb, raid_path_error_info_elem_t *err_info) in os_raid_response_error()