Searched refs:xfer_iu (Results 1 – 4 of 4) sorted by relevance
470 sizeof(*evt->xfer_iu) * i); in initialize_event_pool()471 evt->xfer_iu = pool->iu_storage + i; in initialize_event_pool()928 *evt_struct->xfer_iu = evt_struct->iu; in ibmvscsi_send_srp_event()929 evt_struct->xfer_iu->srp.rsp.tag = (u64)evt_struct; in ibmvscsi_send_srp_event()997 struct srp_rsp *rsp = &evt_struct->xfer_iu->srp.rsp; in handle_cmd_rsp()1160 switch (evt_struct->xfer_iu->srp.login_rsp.opcode) { in login_rsp()1165 evt_struct->xfer_iu->srp.login_rej.reason); in login_rsp()1171 evt_struct->xfer_iu->srp.login_rsp.opcode); in login_rsp()1241 evt_struct->xfer_iu->mad.capabilities.common.status); in capabilities_rsp()1393 evt_struct->xfer_iu->mad.adapter_info.common.status); in adapter_info_rsp()[all …]
52 union viosrp_iu *xfer_iu; member
252 struct ibmvfc_cmd *vfc_cmd = &evt->xfer_iu->cmd; in ibmvfc_trc_end()253 struct ibmvfc_mad_common *mad = &evt->xfer_iu->mad_common; in ibmvfc_trc_end()820 evt->xfer_iu = pool->iu_storage + i; in ibmvfc_init_event_pool()1682 *evt->xfer_iu = evt->iu; in ibmvfc_send_event()1684 evt->xfer_iu->cmd.tag = cpu_to_be64((u64)evt); in ibmvfc_send_event()1686 evt->xfer_iu->mad_common.tag = cpu_to_be64((u64)evt); in ibmvfc_send_event()1756 struct ibmvfc_cmd *vfc_cmd = &evt->xfer_iu->cmd; in ibmvfc_log_error()1814 struct ibmvfc_cmd *vfc_cmd = &evt->xfer_iu->cmd; in ibmvfc_scsi_done()1991 *evt->sync_iu = *evt->xfer_iu; in ibmvfc_sync_completion()3951 struct ibmvfc_process_login *rsp = &evt->xfer_iu->prli; in ibmvfc_tgt_prli_done()[all …]
749 union ibmvfc_iu *xfer_iu; member
Completed in 26 milliseconds