Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/smartpqi/
H A Dsmartpqi_init.c617 request->header.iu_type = PQI_REQUEST_IU_RAID_PATH_IO; in pqi_build_raid_path_request()
3333 static void pqi_process_io_error(unsigned int iu_type, in pqi_process_io_error() argument
3336 switch (iu_type) { in pqi_process_io_error()
3426 switch (response->header.iu_type) { in pqi_process_io_intr()
3452 pqi_process_io_error(response->header.iu_type, io_request); in pqi_process_io_intr()
3458 response->header.iu_type, oq_pi, oq_ci); in pqi_process_io_intr()
3545 request.header.iu_type = PQI_REQUEST_IU_ACKNOWLEDGE_VENDOR_EVENT; in pqi_acknowledge_event()
4623 if (request->iu_type == PQI_REQUEST_IU_RAID_PATH_IO) in pqi_submit_raid_request_synchronous()
4660 if (response->header.iu_type != PQI_RESPONSE_IU_GENERAL_ADMIN) in pqi_validate_admin_response()
4707 request.header.iu_type = PQI_REQUEST_IU_GENERAL_ADMIN; in pqi_report_device_capability()
[all …]
H A Dsmartpqi.h138 u8 iu_type; member
/openbmc/linux/drivers/scsi/aacraid/
H A Daacraid.h188 u8 iu_type; /* HBA information unit type */ member
241 u8 iu_type; /* HBA information unit type */ member
267 u8 iu_type; /* HBA information unit type */ member
284 u8 iu_type; /* HBA information unit type */ member
H A Dsrc.c517 if (tm_req->iu_type == in aac_src_deliver_message()
H A Dcommsup.c726 hbacmd->iu_type = command; in aac_hba_send()
/openbmc/linux/drivers/scsi/
H A Dhpsa_cmd.h624 u8 iu_type; /* Information Unit Type */ member
/openbmc/linux/drivers/infiniband/ulp/srp/
H A Dib_srp.c1810 enum srp_iu_type iu_type) in srp_put_tx_iu() argument
1816 if (iu_type != SRP_IU_RSP) in srp_put_tx_iu()
1835 enum srp_iu_type iu_type) in __srp_get_tx_iu() argument
1838 s32 rsv = (iu_type == SRP_IU_TSK_MGMT) ? 0 : SRP_TSK_MGMT_SQ_SIZE; in __srp_get_tx_iu()
1849 if (iu_type != SRP_IU_RSP) { in __srp_get_tx_iu()