Lines Matching refs:srp_event_struct

462 		struct srp_event_struct *evt = &pool->events[i];  in initialize_event_pool()
516 struct srp_event_struct *evt) in valid_event_struct()
533 struct srp_event_struct *evt) in free_event_struct()
555 static struct srp_event_struct *get_event_struct(struct event_pool *pool) in get_event_struct()
581 static void init_event_struct(struct srp_event_struct *evt_struct, in init_event_struct() argument
582 void (*done) (struct srp_event_struct *), in init_event_struct()
637 struct srp_event_struct *evt_struct, in unmap_cmd_data()
679 struct srp_event_struct *evt_struct, in map_sg_data()
753 struct srp_event_struct *evt_struct, in map_data_for_srp_cmd()
782 struct srp_event_struct *evt; in purge_requests()
787 evt = list_first_entry(&hostdata->sent, struct srp_event_struct, list); in purge_requests()
829 struct srp_event_struct *evt_struct = from_timer(evt_struct, t, timer); in ibmvscsi_timeout()
851 static int ibmvscsi_send_srp_event(struct srp_event_struct *evt_struct, in ibmvscsi_send_srp_event()
897 struct srp_event_struct *tmp_evt; in ibmvscsi_send_srp_event()
976 static void handle_cmd_rsp(struct srp_event_struct *evt_struct) in handle_cmd_rsp()
1027 struct srp_event_struct *evt_struct; in ibmvscsi_queuecommand_lck()
1137 static void login_rsp(struct srp_event_struct *evt_struct) in login_rsp()
1183 struct srp_event_struct *evt_struct = get_event_struct(&hostdata->pool); in send_srp_login()
1215 static void capabilities_rsp(struct srp_event_struct *evt_struct) in capabilities_rsp()
1247 struct srp_event_struct *evt_struct; in send_mad_capabilities()
1311 static void fast_fail_rsp(struct srp_event_struct *evt_struct) in fast_fail_rsp()
1337 struct srp_event_struct *evt_struct; in enable_fast_fail()
1367 static void adapter_info_rsp(struct srp_event_struct *evt_struct) in adapter_info_rsp()
1417 struct srp_event_struct *evt_struct; in send_mad_adapter_info()
1456 static void sync_completion(struct srp_event_struct *evt_struct) in sync_completion()
1473 struct srp_event_struct *evt; in ibmvscsi_eh_abort_handler()
1474 struct srp_event_struct *tmp_evt, *found_evt; in ibmvscsi_eh_abort_handler()
1612 struct srp_event_struct *evt; in ibmvscsi_eh_device_reset_handler()
1613 struct srp_event_struct *tmp_evt, *pos; in ibmvscsi_eh_device_reset_handler()
1753 struct srp_event_struct *evt_struct = in ibmvscsi_handle_crq()
1754 (__force struct srp_event_struct *)crq->IU_data_ptr; in ibmvscsi_handle_crq()