Searched refs:evt (Results 1 - 25 of 259) sorted by relevance

1234567891011

/linux-master/drivers/scsi/elx/libefc/
H A Defc_fabric.h19 enum efc_sm_event evt, void *arg);
22 enum efc_sm_event evt, void *arg);
25 enum efc_sm_event evt, void *arg);
28 enum efc_sm_event evt, void *arg);
32 enum efc_sm_event evt, void *arg);
35 enum efc_sm_event evt, void *arg);
38 enum efc_sm_event evt, void *arg);
41 __efc_ns_init(struct efc_sm_ctx *ctx, enum efc_sm_event evt, void *arg);
44 enum efc_sm_event evt, void *arg);
47 enum efc_sm_event evt, voi
[all...]
H A Defc_device.h26 enum efc_sm_event evt, void *arg);
29 enum efc_sm_event evt, void *arg);
31 __efc_d_init(struct efc_sm_ctx *ctx, enum efc_sm_event evt, void *arg);
34 enum efc_sm_event evt, void *arg);
37 enum efc_sm_event evt, void *arg);
40 enum efc_sm_event evt, void *arg);
43 enum efc_sm_event evt, void *arg);
46 enum efc_sm_event evt, void *arg);
49 enum efc_sm_event evt, void *arg);
52 enum efc_sm_event evt, voi
[all...]
H A Defc_sm.c17 * @evt: Event to post
22 enum efc_sm_event evt, void *data)
27 ctx->current_state(ctx, evt, data);
48 const char *efc_sm_event_name(enum efc_sm_event evt) argument
50 if (evt > EFC_EVT_LAST)
53 return event_name[evt];
21 efc_sm_post_event(struct efc_sm_ctx *ctx, enum efc_sm_event evt, void *data) argument
H A Defc_nport.h27 enum efc_sm_event evt, void *arg);
30 enum efc_sm_event evt, void *arg);
33 enum efc_sm_event evt, void *arg);
36 enum efc_sm_event evt, void *arg);
39 enum efc_sm_event evt, void *arg);
42 enum efc_sm_event evt, void *arg);
45 enum efc_sm_event evt, void *arg);
H A Defc_domain.h20 __efc_domain_init(struct efc_sm_ctx *ctx, enum efc_sm_event evt, void *arg);
22 __efc_domain_wait_alloc(struct efc_sm_ctx *ctx, enum efc_sm_event evt,
25 __efc_domain_allocated(struct efc_sm_ctx *ctx, enum efc_sm_event evt,
28 __efc_domain_wait_attach(struct efc_sm_ctx *ctx, enum efc_sm_event evt,
31 __efc_domain_ready(struct efc_sm_ctx *ctx, enum efc_sm_event evt, void *arg);
33 __efc_domain_wait_nports_free(struct efc_sm_ctx *ctx, enum efc_sm_event evt,
36 __efc_domain_wait_shutdown(struct efc_sm_ctx *ctx, enum efc_sm_event evt,
39 __efc_domain_wait_domain_lost(struct efc_sm_ctx *ctx, enum efc_sm_event evt,
H A Defc_fabric.c52 enum efc_sm_event evt, void *arg)
58 switch (evt) {
68 __efc_node_common(funcname, ctx, evt, arg);
73 __efc_fabric_init(struct efc_sm_ctx *ctx, enum efc_sm_event evt, argument
79 efc_node_evt_set(ctx, evt, __func__);
83 switch (evt) {
95 __efc_fabric_common(__func__, ctx, evt, arg);
132 enum efc_sm_event evt, void *arg)
137 efc_node_evt_set(ctx, evt, __func__);
141 switch (evt) {
51 __efc_fabric_common(const char *funcname, struct efc_sm_ctx *ctx, enum efc_sm_event evt, void *arg) argument
131 __efc_fabric_flogi_wait_rsp(struct efc_sm_ctx *ctx, enum efc_sm_event evt, void *arg) argument
237 __efc_vport_fabric_init(struct efc_sm_ctx *ctx, enum efc_sm_event evt, void *arg) argument
259 __efc_fabric_fdisc_wait_rsp(struct efc_sm_ctx *ctx, enum efc_sm_event evt, void *arg) argument
353 __efc_fabric_wait_domain_attach(struct efc_sm_ctx *ctx, enum efc_sm_event evt, void *arg) argument
394 __efc_fabric_idle(struct efc_sm_ctx *ctx, enum efc_sm_event evt, void *arg) argument
412 __efc_ns_init(struct efc_sm_ctx *ctx, enum efc_sm_event evt, void *arg) argument
432 __efc_ns_plogi_wait_rsp(struct efc_sm_ctx *ctx, enum efc_sm_event evt, void *arg) argument
468 __efc_ns_wait_node_attach(struct efc_sm_ctx *ctx, enum efc_sm_event evt, void *arg) argument
522 __efc_fabric_wait_attach_evt_shutdown(struct efc_sm_ctx *ctx, enum efc_sm_event evt, void *arg) argument
566 __efc_ns_rftid_wait_rsp(struct efc_sm_ctx *ctx, enum efc_sm_event evt, void *arg) argument
601 __efc_ns_rffid_wait_rsp(struct efc_sm_ctx *ctx, enum efc_sm_event evt, void *arg) argument
787 __efc_ns_gidpt_wait_rsp(struct efc_sm_ctx *ctx, enum efc_sm_event evt, void *arg) argument
838 __efc_ns_idle(struct efc_sm_ctx *ctx, enum efc_sm_event evt, void *arg) argument
897 __efc_ns_gidpt_delay(struct efc_sm_ctx *ctx, enum efc_sm_event evt, void *arg) argument
948 __efc_fabctl_init(struct efc_sm_ctx *ctx, enum efc_sm_event evt, void *arg) argument
972 __efc_fabctl_wait_scr_rsp(struct efc_sm_ctx *ctx, enum efc_sm_event evt, void *arg) argument
1017 __efc_fabctl_ready(struct efc_sm_ctx *ctx, enum efc_sm_event evt, void *arg) argument
1054 __efc_fabctl_wait_ls_acc_cmpl(struct efc_sm_ctx *ctx, enum efc_sm_event evt, void *arg) argument
1118 __efc_p2p_wait_domain_attach(struct efc_sm_ctx *ctx, enum efc_sm_event evt, void *arg) argument
1207 __efc_p2p_rnode_init(struct efc_sm_ctx *ctx, enum efc_sm_event evt, void *arg) argument
1236 __efc_p2p_wait_flogi_acc_cmpl(struct efc_sm_ctx *ctx, enum efc_sm_event evt, void *arg) argument
1312 __efc_p2p_wait_plogi_rsp(struct efc_sm_ctx *ctx, enum efc_sm_event evt, void *arg) argument
1389 __efc_p2p_wait_plogi_rsp_recvd_prli(struct efc_sm_ctx *ctx, enum efc_sm_event evt, void *arg) argument
1457 __efc_p2p_wait_node_attach(struct efc_sm_ctx *ctx, enum efc_sm_event evt, void *arg) argument
[all...]
H A Defc.h38 domain->display_name, __func__, efc_sm_event_name(evt)) \
46 node->display_name, __func__, efc_sm_event_name(evt)) \
50 "[%s] %-20s %-20s\n", nport->display_name, __func__, efc_sm_event_name(evt)) \
H A Defc_node.h23 efc_node_evt_set(struct efc_sm_ctx *ctx, enum efc_sm_event evt, argument
28 if (evt == EFC_EVT_ENTER) {
31 } else if (evt == EFC_EVT_EXIT) {
38 node->current_evt = evt;
111 enum efc_sm_event evt, void *arg,
117 enum efc_sm_event evt, void *arg,
130 void efc_node_post_event(struct efc_node *node, enum efc_sm_event evt,
135 enum efc_sm_event evt, void *arg);
138 enum efc_sm_event evt, void *arg);
141 enum efc_sm_event evt, voi
[all...]
H A Defc_device.c45 enum efc_sm_event evt, void *arg)
53 switch (evt) {
57 funcname, efc_sm_event_name(evt));
64 efc_sm_event_name(evt));
70 funcname, efc_sm_event_name(evt));
77 __efc_node_common(funcname, ctx, evt, arg);
83 enum efc_sm_event evt, void *arg)
87 efc_node_evt_set(ctx, evt, __func__);
96 switch (evt) {
134 node_printf(node, "%s received\n", efc_sm_event_name(evt));
44 __efc_d_common(const char *funcname, struct efc_sm_ctx *ctx, enum efc_sm_event evt, void *arg) argument
82 __efc_d_wait_del_node(struct efc_sm_ctx *ctx, enum efc_sm_event evt, void *arg) argument
145 __efc_d_wait_del_ini_tgt(struct efc_sm_ctx *ctx, enum efc_sm_event evt, void *arg) argument
198 __efc_d_initiate_shutdown(struct efc_sm_ctx *ctx, enum efc_sm_event evt, void *arg) argument
314 __efc_d_wait_loop(struct efc_sm_ctx *ctx, enum efc_sm_event evt, void *arg) argument
371 __efc_d_wait_plogi_acc_cmpl(struct efc_sm_ctx *ctx, enum efc_sm_event evt, void *arg) argument
408 __efc_d_wait_logo_rsp(struct efc_sm_ctx *ctx, enum efc_sm_event evt, void *arg) argument
504 __efc_d_init(struct efc_sm_ctx *ctx, enum efc_sm_event evt, void *arg) argument
687 __efc_d_wait_plogi_rsp(struct efc_sm_ctx *ctx, enum efc_sm_event evt, void *arg) argument
809 __efc_d_wait_plogi_rsp_recvd_prli(struct efc_sm_ctx *ctx, enum efc_sm_event evt, void *arg) argument
875 __efc_d_wait_domain_attach(struct efc_sm_ctx *ctx, enum efc_sm_event evt, void *arg) argument
911 __efc_d_wait_topology_notify(struct efc_sm_ctx *ctx, enum efc_sm_event evt, void *arg) argument
978 __efc_d_wait_node_attach(struct efc_sm_ctx *ctx, enum efc_sm_event evt, void *arg) argument
1058 __efc_d_wait_attach_evt_shutdown(struct efc_sm_ctx *ctx, enum efc_sm_event evt, void *arg) argument
1109 __efc_d_port_logged_in(struct efc_sm_ctx *ctx, enum efc_sm_event evt, void *arg) argument
1259 __efc_d_wait_logo_acc_cmpl(struct efc_sm_ctx *ctx, enum efc_sm_event evt, void *arg) argument
1291 __efc_d_device_ready(struct efc_sm_ctx *ctx, enum efc_sm_event evt, void *arg) argument
1423 __efc_d_device_gone(struct efc_sm_ctx *ctx, enum efc_sm_event evt, void *arg) argument
1546 __efc_d_wait_adisc_rsp(struct efc_sm_ctx *ctx, enum efc_sm_event evt, void *arg) argument
[all...]
/linux-master/drivers/clocksource/
H A Ddummy_timer.c18 struct clock_event_device *evt = per_cpu_ptr(&dummy_timer_evt, cpu); local
20 evt->name = "dummy_timer";
21 evt->features = CLOCK_EVT_FEAT_PERIODIC |
24 evt->rating = 100;
25 evt->cpumask = cpumask_of(cpu);
27 clockevents_register_device(evt);
H A Dtimer-imx-sysctr.c33 static void sysctr_timer_enable(struct clock_event_device *evt, bool enable) argument
35 struct timer_of *to = to_timer_of(evt);
42 static void sysctr_irq_acknowledge(struct clock_event_device *evt) argument
49 sysctr_timer_enable(evt, false);
52 static inline u64 sysctr_read_counter(struct clock_event_device *evt) argument
54 struct timer_of *to = to_timer_of(evt);
69 struct clock_event_device *evt)
71 struct timer_of *to = to_timer_of(evt);
76 sysctr_timer_enable(evt, false);
78 next = sysctr_read_counter(evt);
68 sysctr_set_next_event(unsigned long delta, struct clock_event_device *evt) argument
93 sysctr_set_state_oneshot(struct clock_event_device *evt) argument
98 sysctr_set_state_shutdown(struct clock_event_device *evt) argument
107 struct clock_event_device *evt = dev_id; local
[all...]
H A Dtimer-rda.c67 static int rda_ostimer_set_state_shutdown(struct clock_event_device *evt) argument
69 struct timer_of *to = to_timer_of(evt);
76 static int rda_ostimer_set_state_oneshot(struct clock_event_device *evt) argument
78 struct timer_of *to = to_timer_of(evt);
85 static int rda_ostimer_set_state_periodic(struct clock_event_device *evt) argument
87 struct timer_of *to = to_timer_of(evt);
93 evt->mult) >> evt->shift;
99 static int rda_ostimer_tick_resume(struct clock_event_device *evt) argument
104 static int rda_ostimer_set_next_event(unsigned long evt, argument
109 rda_ostimer_start(timer_of_base(to), false, evt); local
116 struct clock_event_device *evt = dev_id; local
[all...]
H A Dtimer-qcom.c39 struct clock_event_device *evt = dev_id; local
41 if (clockevent_state_oneshot(evt)) {
46 evt->event_handler(evt);
51 struct clock_event_device *evt)
69 static int msm_timer_shutdown(struct clock_event_device *evt) argument
101 struct clock_event_device *evt = per_cpu_ptr(msm_evt, cpu); local
104 evt->irq = msm_timer_irq;
105 evt->name = "msm_timer";
106 evt
50 msm_timer_set_next_event(unsigned long cycles, struct clock_event_device *evt) argument
131 struct clock_event_device *evt = per_cpu_ptr(msm_evt, cpu); local
[all...]
H A Dtimer-armada-370-xp.c123 static int armada_370_xp_clkevt_shutdown(struct clock_event_device *evt) argument
137 static int armada_370_xp_clkevt_set_periodic(struct clock_event_device *evt) argument
159 struct clock_event_device *evt = dev_id; local
162 evt->event_handler(evt);
172 struct clock_event_device *evt = per_cpu_ptr(armada_370_xp_evt, cpu); local
181 evt->name = "armada_370_xp_per_cpu_tick";
182 evt->features = CLOCK_EVT_FEAT_ONESHOT |
184 evt->shift = 32;
185 evt
202 struct clock_event_device *evt = per_cpu_ptr(armada_370_xp_evt, cpu); local
[all...]
H A Dexynos_mct.c83 struct clock_event_device evt; member in struct:mct_clock_event_device
297 struct clock_event_device *evt)
304 static int mct_set_state_shutdown(struct clock_event_device *evt) argument
310 static int mct_set_state_periodic(struct clock_event_device *evt) argument
314 cycles_per_jiffy = (((unsigned long long)NSEC_PER_SEC / HZ * evt->mult)
315 >> evt->shift);
336 struct clock_event_device *evt = dev_id; local
340 evt->event_handler(evt);
403 struct clock_event_device *evt)
296 exynos4_comp_set_next_event(unsigned long cycles, struct clock_event_device *evt) argument
402 exynos4_tick_set_next_event(unsigned long cycles, struct clock_event_device *evt) argument
412 set_state_shutdown(struct clock_event_device *evt) argument
422 set_state_periodic(struct clock_event_device *evt) argument
438 struct clock_event_device *evt = &mevt->evt; local
459 struct clock_event_device *evt = &mevt->evt; local
497 struct clock_event_device *evt = &mevt->evt; local
[all...]
H A Ddw_apb_timer.c38 ced_to_dw_apb_ced(struct clock_event_device *evt) argument
40 return container_of(evt, struct dw_apb_clock_event_device, ced);
97 struct clock_event_device *evt = data; local
98 struct dw_apb_clock_event_device *dw_ced = ced_to_dw_apb_ced(evt);
100 if (!evt->event_handler) {
108 evt->event_handler(evt);
121 static int apbt_shutdown(struct clock_event_device *evt) argument
123 struct dw_apb_clock_event_device *dw_ced = ced_to_dw_apb_ced(evt);
127 cpumask_first(evt
135 apbt_set_oneshot(struct clock_event_device *evt) argument
167 apbt_set_periodic(struct clock_event_device *evt) argument
193 apbt_resume(struct clock_event_device *evt) argument
204 apbt_next_event(unsigned long delta, struct clock_event_device *evt) argument
[all...]
/linux-master/arch/powerpc/kernel/
H A Dmce.c30 static void machine_check_ue_event(struct machine_check_event *evt);
231 static void machine_check_ue_event(struct machine_check_event *evt) argument
242 evt, sizeof(*evt));
251 struct machine_check_event evt; local
253 if (!get_mce_event(&evt, MCE_EVENT_RELEASE))
263 &evt, sizeof(evt));
287 struct machine_check_event *evt; local
291 evt
330 struct machine_check_event *evt; local
373 machine_check_print_event_info(struct machine_check_event *evt, bool user_mode, bool in_guest) argument
[all...]
/linux-master/arch/xtensa/kernel/
H A Dtime.c56 struct clock_event_device evt; member in struct:ccount_timer
83 static int ccount_timer_shutdown(struct clock_event_device *evt) argument
86 container_of(evt, struct ccount_timer, evt);
89 disable_irq_nosync(evt->irq);
95 static int ccount_timer_set_oneshot(struct clock_event_device *evt) argument
98 container_of(evt, struct ccount_timer, evt);
101 enable_irq(evt->irq);
108 .evt
120 struct clock_event_device *evt = &this_cpu_ptr(&ccount_timer)->evt; local
[all...]
/linux-master/arch/openrisc/kernel/
H A Dtime.c72 struct clock_event_device *evt = local
79 evt->broadcast = tick_broadcast;
81 evt->name = "openrisc_timer_clockevent",
82 evt->features = CLOCK_EVT_FEAT_ONESHOT,
83 evt->rating = 300,
84 evt->set_next_event = openrisc_timer_set_next_event,
86 evt->cpumask = cpumask_of(cpu);
89 clockevents_config_and_register(evt, cpuinfo->clock_frequency,
117 struct clock_event_device *evt = local
126 evt
[all...]
/linux-master/drivers/net/wireless/ath/wil6210/
H A Dwmi.c771 struct wmi_ready_event *evt = d; local
775 wil->fw_version, le32_to_cpu(evt->sw_version),
776 evt->mac, evt->numof_additional_mids);
777 if (evt->numof_additional_mids + 1 < wil->max_vifs) {
787 evt->rfc_read_calib_result);
788 wil->fw_calib_result = evt->rfc_read_calib_result;
793 evt->max_assoc_sta > 0) {
794 fw_max_assoc_sta = evt->max_assoc_sta;
957 struct wmi_connect_event *evt local
1124 struct wmi_disconnect_event *evt = d; local
1169 struct wmi_eapol_rx_event *evt = d; local
1218 struct wmi_ring_en_event *evt = d; local
1267 struct wmi_ba_status_event *evt = d; local
1300 struct wmi_rcp_addba_req_event *evt = d; local
1317 struct wmi_delba_event *evt = d; variable in typeref:struct:wmi_delba_event
1557 struct wmi_link_stats_event *evt = d; local
1843 struct wmi_link_monitor_event *evt = d; local
1910 struct pending_wmi_event *evt; local
2134 struct wmi_led_cfg_done_event evt; member in struct:__anon781
2179 struct wmi_rbufcap_cfg_event evt; member in struct:__anon782
2221 struct wmi_pcp_started_event evt; member in struct:__anon783
2366 struct wmi_p2p_cfg_done_event evt; member in struct:__anon786
2389 struct wmi_listen_started_event evt; member in struct:__anon787
2413 struct wmi_search_started_event evt; member in struct:__anon788
2586 struct wmi_listen_started_event evt; member in struct:__anon789
2629 struct wmi_cfg_rx_chain_done_event evt; member in struct:__anon790
2630 } __packed evt; local
2686 struct wmi_temp_sense_done_event evt; member in struct:__anon791
2718 struct wmi_temp_sense_all_done_event evt; member in struct:__anon792
2756 struct wmi_disconnect_event evt; member in struct:__anon793
2855 struct wmi_rcp_addba_resp_sent_event evt; member in struct:__anon794
2911 struct wmi_rcp_addba_resp_sent_event evt; member in struct:__anon795
2946 struct wmi_ps_dev_profile_cfg_event evt; member in struct:__anon796
2981 struct wmi_set_mgmt_retry_limit_event evt; member in struct:__anon797
3013 struct wmi_get_mgmt_retry_limit_event evt; member in struct:__anon798
3070 struct pending_wmi_event *evt, *t; local
3107 struct wmi_traffic_suspend_event evt; member in struct:__anon799
3194 struct wmi_traffic_resume_event evt; member in struct:__anon800
3224 struct wmi_port_allocated_event evt; member in struct:__anon801
3277 struct wmi_port_deleted_event evt; member in struct:__anon802
3410 struct pending_wmi_event *evt; local
3550 struct wmi_start_sched_scan_event evt; member in struct:__anon803
3591 struct wmi_stop_sched_scan_event evt; member in struct:__anon804
3622 struct wmi_sw_tx_complete_event evt; member in struct:__anon805
3623 } __packed evt = { local
3671 struct wmi_sw_tx_complete_event evt; member in struct:__anon806
3672 } __packed evt = { local
3729 struct wmi_tx_status_ring_cfg_done_event evt; member in struct:__anon807
3770 struct wmi_cfg_def_rx_offload_done_event evt; member in struct:__anon808
3810 struct wmi_rx_status_ring_cfg_done_event evt; member in struct:__anon809
3851 struct wmi_rx_desc_ring_cfg_done_event evt; member in struct:__anon810
3902 struct wmi_tx_desc_ring_cfg_done_event evt; member in struct:__anon811
3947 struct wmi_rx_desc_ring_cfg_done_event evt; member in struct:__anon812
3988 struct wmi_link_stats_config_done_event evt; member in struct:__anon813
4029 struct wmi_set_link_monitor_event evt; member in struct:__anon815
[all...]
/linux-master/arch/x86/xen/
H A Dtime.c208 static int xen_timerop_shutdown(struct clock_event_device *evt) argument
217 struct clock_event_device *evt)
219 WARN_ON(!clockevent_state_oneshot(evt));
248 static int xen_vcpuop_shutdown(struct clock_event_device *evt) argument
261 static int xen_vcpuop_set_oneshot(struct clock_event_device *evt) argument
273 struct clock_event_device *evt)
279 WARN_ON(!clockevent_state_oneshot(evt));
314 struct clock_event_device evt; member in struct:xen_clock_event_device
317 static DEFINE_PER_CPU(struct xen_clock_event_device, xen_clock_events) = { .evt.irq = -1 };
321 struct clock_event_device *evt local
216 xen_timerop_set_next_event(unsigned long delta, struct clock_event_device *evt) argument
272 xen_vcpuop_set_next_event(unsigned long delta, struct clock_event_device *evt) argument
335 struct clock_event_device *evt; local
347 struct clock_event_device *evt = &xevt->evt; local
[all...]
/linux-master/drivers/scsi/ibmvscsi/
H A Dibmvfc.c213 * @evt: ibmvfc event struct
216 static void ibmvfc_trc_start(struct ibmvfc_event *evt) argument
218 struct ibmvfc_host *vhost = evt->vhost;
219 struct ibmvfc_cmd *vfc_cmd = &evt->iu.cmd;
220 struct ibmvfc_mad_common *mad = &evt->iu.mad_common;
226 entry->evt = evt;
228 entry->fmt = evt->crq.format;
249 * @evt: ibmvfc event struct
252 static void ibmvfc_trc_end(struct ibmvfc_event *evt) argument
816 struct ibmvfc_event *evt = &pool->events[i]; local
1012 ibmvfc_valid_event(struct ibmvfc_event_pool *pool, struct ibmvfc_event *evt) argument
1028 ibmvfc_free_event(struct ibmvfc_event *evt) argument
1057 ibmvfc_scsi_eh_done(struct ibmvfc_event *evt) argument
1078 struct ibmvfc_event *evt, *pos; local
1095 ibmvfc_fail_request(struct ibmvfc_event *evt, int error_code) argument
1122 struct ibmvfc_event *evt, *pos; local
1536 struct ibmvfc_event *evt = NULL; local
1569 ibmvfc_locked_done(struct ibmvfc_event *evt) argument
1585 ibmvfc_init_event(struct ibmvfc_event *evt, void (*done) (struct ibmvfc_event *), u8 format) argument
1630 ibmvfc_map_sg_data(struct scsi_cmnd *scmd, struct ibmvfc_event *evt, struct ibmvfc_cmd *vfc_cmd, struct device *dev) argument
1696 struct ibmvfc_event *evt = from_timer(evt, t, timer); local
1710 ibmvfc_send_event(struct ibmvfc_event *evt, struct ibmvfc_host *vhost, unsigned long timeout) argument
1790 ibmvfc_log_error(struct ibmvfc_event *evt) argument
1848 ibmvfc_scsi_done(struct ibmvfc_event *evt) argument
1924 ibmvfc_init_vfc_cmd(struct ibmvfc_event *evt, struct scsi_device *sdev) argument
1965 struct ibmvfc_event *evt; local
2029 ibmvfc_sync_completion(struct ibmvfc_event *evt) argument
2043 ibmvfc_bsg_timeout_done(struct ibmvfc_event *evt) argument
2063 struct ibmvfc_event *evt; local
2121 struct ibmvfc_event *evt; local
2186 struct ibmvfc_event *evt; local
2341 struct ibmvfc_event *evt = NULL; local
2415 ibmvfc_match_rport(struct ibmvfc_event *evt, void *rport) argument
2435 ibmvfc_match_target(struct ibmvfc_event *evt, void *device) argument
2450 ibmvfc_match_lun(struct ibmvfc_event *evt, void *device) argument
2464 ibmvfc_event_is_free(struct ibmvfc_event *evt) argument
2487 struct ibmvfc_event *evt; local
2560 struct ibmvfc_event *evt; local
2597 struct ibmvfc_event *evt, *found_evt, *temp; local
2677 struct ibmvfc_event *evt, *found_evt; local
2772 ibmvfc_match_key(struct ibmvfc_event *evt, void *key) argument
2790 ibmvfc_match_evt(struct ibmvfc_event *evt, void *match) argument
2812 struct ibmvfc_event *evt, *found_evt; local
3284 struct ibmvfc_event *evt = (struct ibmvfc_event *)be64_to_cpu(crq->ioba); local
3788 struct ibmvfc_event *evt, *temp; local
3859 struct ibmvfc_event *evt = (struct ibmvfc_event *)be64_to_cpu(crq->ioba); local
3910 struct ibmvfc_event *evt, *temp; local
4025 ibmvfc_tgt_prli_done(struct ibmvfc_event *evt) argument
4098 struct ibmvfc_event *evt; local
4148 ibmvfc_tgt_plogi_done(struct ibmvfc_event *evt) argument
4210 struct ibmvfc_event *evt; local
4253 ibmvfc_tgt_implicit_logout_done(struct ibmvfc_event *evt) argument
4296 struct ibmvfc_event *evt; local
4321 struct ibmvfc_event *evt; local
4351 ibmvfc_tgt_implicit_logout_and_del_done(struct ibmvfc_event *evt) argument
4386 struct ibmvfc_event *evt; local
4414 ibmvfc_tgt_move_login_done(struct ibmvfc_event *evt) argument
4468 struct ibmvfc_event *evt; local
4529 ibmvfc_tgt_adisc_done(struct ibmvfc_event *evt) argument
4572 ibmvfc_init_passthru(struct ibmvfc_event *evt) argument
4605 ibmvfc_tgt_adisc_cancel_done(struct ibmvfc_event *evt) argument
4629 struct ibmvfc_event *evt; local
4698 struct ibmvfc_event *evt; local
4750 ibmvfc_tgt_query_target_done(struct ibmvfc_event *evt) argument
4807 struct ibmvfc_event *evt; local
4952 ibmvfc_discover_targets_done(struct ibmvfc_event *evt) argument
4991 struct ibmvfc_event *evt = ibmvfc_get_reserved_event(&vhost->crq); local
5018 ibmvfc_channel_setup_done(struct ibmvfc_event *evt) argument
5072 struct ibmvfc_event *evt = ibmvfc_get_reserved_event(&vhost->crq); local
5111 ibmvfc_channel_enquiry_done(struct ibmvfc_event *evt) argument
5145 struct ibmvfc_event *evt = ibmvfc_get_reserved_event(&vhost->crq); local
5179 ibmvfc_npiv_login_done(struct ibmvfc_event *evt) argument
5273 struct ibmvfc_event *evt = ibmvfc_get_reserved_event(&vhost->crq); local
5307 ibmvfc_npiv_logout_done(struct ibmvfc_event *evt) argument
5342 struct ibmvfc_event *evt; local
[all...]
/linux-master/net/tipc/
H A Dsubscr.c46 struct tipc_subscr *s = &sub->evt.s;
47 struct tipc_event *evt = &sub->evt; local
51 tipc_evt_write(evt, event, event);
53 tipc_evt_write(evt, found_lower, p->sr.lower);
54 tipc_evt_write(evt, found_upper, p->sr.upper);
55 tipc_evt_write(evt, port.ref, p->sk.ref);
56 tipc_evt_write(evt, port.node, p->sk.node);
58 tipc_evt_write(evt, found_lower, s->seq.lower);
59 tipc_evt_write(evt, found_uppe
[all...]
/linux-master/tools/perf/tests/shell/
H A Dstat+shadow_stat.sh19 while read num evt _ ipc rest
27 if [ "$evt" = "cycles" ]; then
58 while read cpu num evt _ ipc rest
66 if [ "$evt" = "cycles" ]; then
/linux-master/arch/m68k/coldfire/
H A Dpit.c46 static int cf_pit_set_periodic(struct clock_event_device *evt) argument
56 static int cf_pit_set_oneshot(struct clock_event_device *evt) argument
64 static int cf_pit_shutdown(struct clock_event_device *evt) argument
76 struct clock_event_device *evt)
100 struct clock_event_device *evt = &cf_pit_clockevent; local
108 evt->event_handler(evt);
75 cf_pit_next_event(unsigned long delta, struct clock_event_device *evt) argument

Completed in 216 milliseconds

1234567891011