Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/smartpqi/
H A Dsmartpqi_response.c51 raid_path_error_info_elem_t error_info; in pqisrc_process_internal_raid_response_error()
180 raid_path_error_info_elem_t *err_info = NULL; in pqisrc_process_raid_response_error()
184 err_info = (raid_path_error_info_elem_t*) in pqisrc_process_raid_response_error()
H A Dsmartpqi_prototypes.h139 raid_path_error_info_elem_t *);
165 raid_path_error_info_elem_t *);
279 void os_raid_response_error(rcb_t *, raid_path_error_info_elem_t *);
H A Dsmartpqi_helper.c400 ASSERT(sizeof(raid_path_error_info_elem_t)== 276); in check_struct_sizes()
H A Dsmartpqi_ioctl.c242 raid_path_error_info_elem_t error_info; in pqisrc_passthru_ioctl()
H A Dsmartpqi_structures.h558 }OS_ATTRIBUTE_PACKED raid_path_error_info_elem_t; typedef
560 #define PQI_ERROR_BUFFER_ELEMENT_LENGTH sizeof(raid_path_error_info_elem_t)
H A Dsmartpqi_discovery.c138 raid_path_error_info_elem_t *error_info) in pqisrc_build_send_raid_request()
649 raid_path_error_info_elem_t error_info; in pqisrc_send_scsi_inquiry()
H A Dsmartpqi_defines.h155 #define PQISRC_ERR_BUF_ELEM_SIZE MAX(sizeof(raid_path_error_info_elem_t),sizeof(aio_path_error_inf…
H A Dsmartpqi_request.c979 raid_path_error_info_elem_t *error_info) in pqisrc_build_send_vendor_request()
H A Dsmartpqi_cam.c346 os_raid_response_error(rcb_t *rcb, raid_path_error_info_elem_t *err_info) in os_raid_response_error()