Lines Matching refs:srp_event_struct
464 struct srp_event_struct *evt = &pool->events[i]; in initialize_event_pool()
518 struct srp_event_struct *evt) in valid_event_struct()
535 struct srp_event_struct *evt) in free_event_struct()
557 static struct srp_event_struct *get_event_struct(struct event_pool *pool) in get_event_struct()
583 static void init_event_struct(struct srp_event_struct *evt_struct, in init_event_struct() argument
584 void (*done) (struct srp_event_struct *), in init_event_struct()
639 struct srp_event_struct *evt_struct, in unmap_cmd_data()
681 struct srp_event_struct *evt_struct, in map_sg_data()
755 struct srp_event_struct *evt_struct, in map_data_for_srp_cmd()
784 struct srp_event_struct *evt; in purge_requests()
789 evt = list_first_entry(&hostdata->sent, struct srp_event_struct, list); in purge_requests()
847 struct srp_event_struct *evt_struct = from_timer(evt_struct, t, timer); in ibmvscsi_timeout()
869 static int ibmvscsi_send_srp_event(struct srp_event_struct *evt_struct, in ibmvscsi_send_srp_event()
915 struct srp_event_struct *tmp_evt; in ibmvscsi_send_srp_event()
994 static void handle_cmd_rsp(struct srp_event_struct *evt_struct) in handle_cmd_rsp()
1045 struct srp_event_struct *evt_struct; in ibmvscsi_queuecommand_lck()
1155 static void login_rsp(struct srp_event_struct *evt_struct) in login_rsp()
1201 struct srp_event_struct *evt_struct = get_event_struct(&hostdata->pool); in send_srp_login()
1233 static void capabilities_rsp(struct srp_event_struct *evt_struct) in capabilities_rsp()
1265 struct srp_event_struct *evt_struct; in send_mad_capabilities()
1329 static void fast_fail_rsp(struct srp_event_struct *evt_struct) in fast_fail_rsp()
1355 struct srp_event_struct *evt_struct; in enable_fast_fail()
1385 static void adapter_info_rsp(struct srp_event_struct *evt_struct) in adapter_info_rsp()
1435 struct srp_event_struct *evt_struct; in send_mad_adapter_info()
1474 static void sync_completion(struct srp_event_struct *evt_struct) in sync_completion()
1491 struct srp_event_struct *evt; in ibmvscsi_eh_abort_handler()
1492 struct srp_event_struct *tmp_evt, *found_evt; in ibmvscsi_eh_abort_handler()
1630 struct srp_event_struct *evt; in ibmvscsi_eh_device_reset_handler()
1631 struct srp_event_struct *tmp_evt, *pos; in ibmvscsi_eh_device_reset_handler()
1771 struct srp_event_struct *evt_struct = in ibmvscsi_handle_crq()
1772 (__force struct srp_event_struct *)crq->IU_data_ptr; in ibmvscsi_handle_crq()