Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/smartpqi/
Dsmartpqi_init.c439 request->header.iu_type = PQI_REQUEST_IU_RAID_PATH_IO; in pqi_build_raid_path_request()
2933 static void pqi_process_io_error(unsigned int iu_type, in pqi_process_io_error() argument
2936 switch (iu_type) { in pqi_process_io_error()
2995 switch (response->header.iu_type) { in pqi_process_io_intr()
3023 pqi_process_io_error(response->header.iu_type, in pqi_process_io_intr()
3029 response->header.iu_type); in pqi_process_io_intr()
3118 request.header.iu_type = PQI_REQUEST_IU_ACKNOWLEDGE_VENDOR_EVENT; in pqi_acknowledge_event()
4130 if (request->iu_type == PQI_REQUEST_IU_RAID_PATH_IO) in pqi_submit_raid_request_synchronous()
4180 if (response->header.iu_type != PQI_RESPONSE_IU_GENERAL_ADMIN) in pqi_validate_admin_response()
4228 request.header.iu_type = PQI_REQUEST_IU_GENERAL_ADMIN; in pqi_report_device_capability()
[all …]
Dsmartpqi.h126 u8 iu_type; member
/Linux-v5.4/drivers/scsi/aacraid/
Daacraid.h185 u8 iu_type; /* HBA information unit type */ member
238 u8 iu_type; /* HBA information unit type */ member
264 u8 iu_type; /* HBA information unit type */ member
281 u8 iu_type; /* HBA information unit type */ member
Dsrc.c508 if (tm_req->iu_type == in aac_src_deliver_message()
Dcommsup.c724 hbacmd->iu_type = command; in aac_hba_send()
/Linux-v5.4/drivers/scsi/
Dhpsa_cmd.h610 u8 iu_type; /* Information Unit Type */ member
/Linux-v5.4/drivers/infiniband/ulp/srp/
Dib_srp.c1992 enum srp_iu_type iu_type) in srp_put_tx_iu() argument
1998 if (iu_type != SRP_IU_RSP) in srp_put_tx_iu()
2017 enum srp_iu_type iu_type) in __srp_get_tx_iu() argument
2020 s32 rsv = (iu_type == SRP_IU_TSK_MGMT) ? 0 : SRP_TSK_MGMT_SQ_SIZE; in __srp_get_tx_iu()
2031 if (iu_type != SRP_IU_RSP) { in __srp_get_tx_iu()