Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/smartpqi/
H A Dsmartpqi_request.c48 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);
294 aio_req->header.iu_type);
591 aio_req->header.iu_type = in pqisrc_build_aio_R5or6_write()
595 aio_req->header.iu_type = in pqisrc_build_aio_R5or6_write()
610 if (aio_req->header.iu_type == in pqisrc_build_aio_R5or6_write()
635 aio_req->header.iu_type = iu_type; in pqisrc_build_aio_R5or6_write()
1936 tmf_req.header.iu_type, tmf_req.req_id_to_manage); in pqisrc_send_aio_tmf()
[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()