Home
last modified time | relevance | path

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

/freebsd/sys/dev/smartpqi/
H A Dsmartpqi_request.c42 pqisrc_embedded_sgl_count(uint32_t elem_alloted, uint8_t iu_type) in pqisrc_embedded_sgl_count() argument
48 if (iu_type == PQI_IU_TYPE_RAID5_WRITE_BYPASS_REQUEST || in pqisrc_embedded_sgl_count()
49 iu_type == PQI_IU_TYPE_RAID6_WRITE_BYPASS_REQUEST) in pqisrc_embedded_sgl_count()
138 iu_hdr->iu_type)) { in pqisrc_build_sgl()
180 raid_req->header.iu_type);
209 raid_req->header.iu_type = PQI_IU_TYPE_RAID_PATH_IO_REQUEST; in pqisrc_build_raid_io()
294 aio_req->header.iu_type);
340 aio_req->header.iu_type = PQI_IU_TYPE_AIO_PATH_IO_REQUEST; in pqisrc_build_aio_common()
412 DBG_INFO("%15s: 0x%x\n", "iu_type", aio_req->header.iu_type); in pqisrc_show_aio_common()
464 aio_req->header.iu_type = PQI_IU_TYPE_RAID1_WRITE_BYPASS_REQUEST; in pqisrc_build_aio_R1_write()
[all …]
H A Dsmartpqi_event.c73 request.header.iu_type = PQI_REQUEST_IU_ACKNOWLEDGE_VENDOR_EVENT; in pqisrc_acknowledge_event()
199 response.header.iu_type, response.event_type); in pqisrc_process_event_intr_src()
408 request.header.iu_type = PQI_REQUEST_IU_REPORT_VENDOR_EVENT_CONFIG; in pqisrc_report_event_config()
470 request.header.iu_type = PQI_REQUEST_IU_SET_EVENT_CONFIG; in pqisrc_set_event_config()
H A Dsmartpqi_response.c483 DBG_IO("response.header.iu_type : %x \n", response->header.iu_type); in pqisrc_process_response_queue()
485 switch (response->header.iu_type) { in pqisrc_process_response_queue()
511 DBG_ERR("Invalid Response IU 0x%x\n",response->header.iu_type); in pqisrc_process_response_queue()
H A Dsmartpqi_features.c109 request.header.iu_type = PQI_REQUEST_IU_VENDOR_GENERAL; in pqi_config_table_update()
H A Dsmartpqi_queue.c45 req->header.iu_type = in pqisrc_submit_admin_req()
89 ASSERT(resp->header.iu_type == PQI_IU_TYPE_GENERAL_ADMIN_RESPONSE); in pqisrc_submit_admin_req()
H A Dsmartpqi_ioctl.c299 request.header.iu_type = PQI_IU_TYPE_RAID_PATH_IO_REQUEST; in pqisrc_passthru_ioctl()
H A Dsmartpqi_structures.h265 uint8_t iu_type; member
H A Dsmartpqi_discovery.c422 request->header.iu_type = PQI_IU_TYPE_RAID_PATH_IO_REQUEST; in pqisrc_build_send_raid_request()