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()
534 struct srp_event_struct *evt) in free_event_struct()
556 static struct srp_event_struct *get_event_struct(struct event_pool *pool) in get_event_struct()
582 static void init_event_struct(struct srp_event_struct *evt_struct, in init_event_struct() argument
583 void (*done) (struct srp_event_struct *), in init_event_struct()
638 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()
785 struct srp_event_struct *evt; in purge_requests()
790 evt = list_first_entry(&hostdata->sent, struct srp_event_struct, list); in purge_requests()
848 struct srp_event_struct *evt_struct = from_timer(evt_struct, t, timer); in ibmvscsi_timeout()
870 static int ibmvscsi_send_srp_event(struct srp_event_struct *evt_struct, in ibmvscsi_send_srp_event()
916 struct srp_event_struct *tmp_evt; in ibmvscsi_send_srp_event()
995 static void handle_cmd_rsp(struct srp_event_struct *evt_struct) in handle_cmd_rsp()
1046 struct srp_event_struct *evt_struct; in ibmvscsi_queuecommand_lck()
1157 static void login_rsp(struct srp_event_struct *evt_struct) in login_rsp()
1203 struct srp_event_struct *evt_struct = get_event_struct(&hostdata->pool); in send_srp_login()
1235 static void capabilities_rsp(struct srp_event_struct *evt_struct) in capabilities_rsp()
1267 struct srp_event_struct *evt_struct; in send_mad_capabilities()
1331 static void fast_fail_rsp(struct srp_event_struct *evt_struct) in fast_fail_rsp()
1357 struct srp_event_struct *evt_struct; in enable_fast_fail()
1387 static void adapter_info_rsp(struct srp_event_struct *evt_struct) in adapter_info_rsp()
1437 struct srp_event_struct *evt_struct; in send_mad_adapter_info()
1475 static void sync_completion(struct srp_event_struct *evt_struct) in sync_completion()
1492 struct srp_event_struct *evt; in ibmvscsi_eh_abort_handler()
1493 struct srp_event_struct *tmp_evt, *found_evt; in ibmvscsi_eh_abort_handler()
1631 struct srp_event_struct *evt; in ibmvscsi_eh_device_reset_handler()
1632 struct srp_event_struct *tmp_evt, *pos; in ibmvscsi_eh_device_reset_handler()
1772 struct srp_event_struct *evt_struct = in ibmvscsi_handle_crq()
1773 (__force struct srp_event_struct *)crq->IU_data_ptr; in ibmvscsi_handle_crq()