Searched refs:xfer_iu (Results 1 – 4 of 4) sorted by relevance
478 evt->crq.IU_length = cpu_to_be16(sizeof(*evt->xfer_iu)); in initialize_event_pool()480 sizeof(*evt->xfer_iu) * i); in initialize_event_pool()481 evt->xfer_iu = pool->iu_storage + i; in initialize_event_pool()920 *evt_struct->xfer_iu = evt_struct->iu; in ibmvscsi_send_srp_event()921 evt_struct->xfer_iu->srp.rsp.tag = (u64)evt_struct; in ibmvscsi_send_srp_event()991 struct srp_rsp *rsp = &evt_struct->xfer_iu->srp.rsp; in handle_cmd_rsp()1153 switch (evt_struct->xfer_iu->srp.login_rsp.opcode) { in login_rsp()1158 evt_struct->xfer_iu->srp.login_rej.reason); in login_rsp()1164 evt_struct->xfer_iu->srp.login_rsp.opcode); in login_rsp()1178 be32_to_cpu(evt_struct->xfer_iu->srp.login_rsp.req_lim_delta)); in login_rsp()[all …]
66 union viosrp_iu *xfer_iu; member
190 struct ibmvfc_cmd *vfc_cmd = &evt->xfer_iu->cmd; in ibmvfc_trc_end()191 struct ibmvfc_mad_common *mad = &evt->xfer_iu->mad_common; in ibmvfc_trc_end()810 evt->xfer_iu->mad_common.status = cpu_to_be16(IBMVFC_MAD_DRIVER_FAILED); in ibmvfc_fail_request()1228 evt->crq.ioba = cpu_to_be64(pool->iu_token + (sizeof(*evt->xfer_iu) * i)); in ibmvfc_init_event_pool()1229 evt->xfer_iu = pool->iu_storage + i; in ibmvfc_init_event_pool()1411 *evt->xfer_iu = evt->iu; in ibmvfc_send_event()1413 evt->xfer_iu->cmd.tag = cpu_to_be64((u64)evt); in ibmvfc_send_event()1415 evt->xfer_iu->mad_common.tag = cpu_to_be64((u64)evt); in ibmvfc_send_event()1455 evt->xfer_iu->mad_common.status = cpu_to_be16(IBMVFC_MAD_CRQ_ERROR); in ibmvfc_send_event()1471 struct ibmvfc_cmd *vfc_cmd = &evt->xfer_iu->cmd; in ibmvfc_log_error()[all …]
639 union ibmvfc_iu *xfer_iu; member