Searched refs:xfer_iu (Results 1 – 4 of 4) sorted by relevance
468 evt->crq.IU_length = cpu_to_be16(sizeof(*evt->xfer_iu)); in initialize_event_pool()470 sizeof(*evt->xfer_iu) * i); in initialize_event_pool()471 evt->xfer_iu = pool->iu_storage + i; in initialize_event_pool()927 *evt_struct->xfer_iu = evt_struct->iu; in ibmvscsi_send_srp_event()928 evt_struct->xfer_iu->srp.rsp.tag = (u64)evt_struct; in ibmvscsi_send_srp_event()996 struct srp_rsp *rsp = &evt_struct->xfer_iu->srp.rsp; in handle_cmd_rsp()1158 switch (evt_struct->xfer_iu->srp.login_rsp.opcode) { in login_rsp()1163 evt_struct->xfer_iu->srp.login_rej.reason); in login_rsp()1169 evt_struct->xfer_iu->srp.login_rsp.opcode); in login_rsp()1183 be32_to_cpu(evt_struct->xfer_iu->srp.login_rsp.req_lim_delta)); in login_rsp()[all …]
52 union viosrp_iu *xfer_iu; member
184 struct ibmvfc_cmd *vfc_cmd = &evt->xfer_iu->cmd; in ibmvfc_trc_end()185 struct ibmvfc_mad_common *mad = &evt->xfer_iu->mad_common; in ibmvfc_trc_end()854 evt->xfer_iu->mad_common.status = cpu_to_be16(IBMVFC_MAD_DRIVER_FAILED); in ibmvfc_fail_request()1272 evt->crq.ioba = cpu_to_be64(pool->iu_token + (sizeof(*evt->xfer_iu) * i)); in ibmvfc_init_event_pool()1273 evt->xfer_iu = pool->iu_storage + i; in ibmvfc_init_event_pool()1459 *evt->xfer_iu = evt->iu; in ibmvfc_send_event()1461 evt->xfer_iu->cmd.tag = cpu_to_be64((u64)evt); in ibmvfc_send_event()1463 evt->xfer_iu->mad_common.tag = cpu_to_be64((u64)evt); in ibmvfc_send_event()1501 evt->xfer_iu->mad_common.status = cpu_to_be16(IBMVFC_MAD_CRQ_ERROR); in ibmvfc_send_event()1517 struct ibmvfc_cmd *vfc_cmd = &evt->xfer_iu->cmd; in ibmvfc_log_error()[all …]
726 union ibmvfc_iu *xfer_iu; member