Lines Matching refs:srp_event_struct

474 		struct srp_event_struct *evt = &pool->events[i];  in initialize_event_pool()
528 struct srp_event_struct *evt) in valid_event_struct()
545 struct srp_event_struct *evt) in free_event_struct()
567 static struct srp_event_struct *get_event_struct(struct event_pool *pool) in get_event_struct()
593 static void init_event_struct(struct srp_event_struct *evt_struct, in init_event_struct() argument
594 void (*done) (struct srp_event_struct *), in init_event_struct()
649 struct srp_event_struct *evt_struct, in unmap_cmd_data()
691 struct srp_event_struct *evt_struct, in map_sg_data()
765 struct srp_event_struct *evt_struct, in map_data_for_srp_cmd()
794 struct srp_event_struct *evt; in purge_requests()
799 evt = list_first_entry(&hostdata->sent, struct srp_event_struct, list); in purge_requests()
839 static void ibmvscsi_timeout(struct srp_event_struct *evt_struct) in ibmvscsi_timeout()
862 static int ibmvscsi_send_srp_event(struct srp_event_struct *evt_struct, in ibmvscsi_send_srp_event()
908 struct srp_event_struct *tmp_evt; in ibmvscsi_send_srp_event()
989 static void handle_cmd_rsp(struct srp_event_struct *evt_struct) in handle_cmd_rsp()
1040 struct srp_event_struct *evt_struct; in ibmvscsi_queuecommand_lck()
1150 static void login_rsp(struct srp_event_struct *evt_struct) in login_rsp()
1195 struct srp_event_struct *evt_struct = get_event_struct(&hostdata->pool); in send_srp_login()
1227 static void capabilities_rsp(struct srp_event_struct *evt_struct) in capabilities_rsp()
1259 struct srp_event_struct *evt_struct; in send_mad_capabilities()
1325 static void fast_fail_rsp(struct srp_event_struct *evt_struct) in fast_fail_rsp()
1351 struct srp_event_struct *evt_struct; in enable_fast_fail()
1381 static void adapter_info_rsp(struct srp_event_struct *evt_struct) in adapter_info_rsp()
1431 struct srp_event_struct *evt_struct; in send_mad_adapter_info()
1470 static void sync_completion(struct srp_event_struct *evt_struct) in sync_completion()
1487 struct srp_event_struct *evt; in ibmvscsi_eh_abort_handler()
1488 struct srp_event_struct *tmp_evt, *found_evt; in ibmvscsi_eh_abort_handler()
1626 struct srp_event_struct *evt; in ibmvscsi_eh_device_reset_handler()
1627 struct srp_event_struct *tmp_evt, *pos; in ibmvscsi_eh_device_reset_handler()
1767 struct srp_event_struct *evt_struct = in ibmvscsi_handle_crq()
1768 (__force struct srp_event_struct *)crq->IU_data_ptr; in ibmvscsi_handle_crq()
1865 struct srp_event_struct *evt_struct; in ibmvscsi_do_host_config()