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

1234

/drivers/clocksource/
H A Dmtk_timer.c68 static void mtk_clkevt_time_stop(struct mtk_clock_event_device *evt, u8 timer) argument
72 val = readl(evt->gpt_base + TIMER_CTRL_REG(timer));
73 writel(val & ~TIMER_CTRL_ENABLE, evt->gpt_base +
77 static void mtk_clkevt_time_setup(struct mtk_clock_event_device *evt, argument
80 writel(delay, evt->gpt_base + TIMER_CMP_REG(timer));
83 static void mtk_clkevt_time_start(struct mtk_clock_event_device *evt, argument
89 writel(GPT_IRQ_ACK(timer), evt->gpt_base + GPT_IRQ_ACK_REG);
91 val = readl(evt->gpt_base + TIMER_CTRL_REG(timer));
102 evt->gpt_base + TIMER_CTRL_REG(timer));
108 struct mtk_clock_event_device *evt local
131 struct mtk_clock_event_device *evt = to_mtk_clk(clk); local
142 struct mtk_clock_event_device *evt = dev_id; local
151 mtk_timer_global_reset(struct mtk_clock_event_device *evt) argument
160 mtk_timer_setup(struct mtk_clock_event_device *evt, u8 timer, u8 option) argument
174 mtk_timer_enable_irq(struct mtk_clock_event_device *evt, u8 timer) argument
185 struct mtk_clock_event_device *evt; local
[all...]
H A Ddummy_timer.c20 struct clock_event_device *evt)
31 struct clock_event_device *evt = raw_cpu_ptr(&dummy_timer_evt); local
33 evt->name = "dummy_timer";
34 evt->features = CLOCK_EVT_FEAT_PERIODIC |
37 evt->rating = 100;
38 evt->set_mode = dummy_timer_set_mode;
39 evt->cpumask = cpumask_of(cpu);
41 clockevents_register_device(evt);
19 dummy_timer_set_mode(enum clock_event_mode mode, struct clock_event_device *evt) argument
H A Dexynos_mct.c86 struct clock_event_device evt; member in struct:mct_clock_event_device
284 struct clock_event_device *evt)
286 exynos4_mct_comp0_start(evt->mode, cycles);
292 struct clock_event_device *evt)
300 (((unsigned long long) NSEC_PER_SEC / HZ * evt->mult) >> evt->shift);
322 struct clock_event_device *evt = dev_id; local
326 evt->event_handler(evt);
384 struct clock_event_device *evt)
283 exynos4_comp_set_next_event(unsigned long cycles, struct clock_event_device *evt) argument
291 exynos4_comp_set_mode(enum clock_event_mode mode, struct clock_event_device *evt) argument
383 exynos4_tick_set_next_event(unsigned long cycles, struct clock_event_device *evt) argument
393 exynos4_tick_set_mode(enum clock_event_mode mode, struct clock_event_device *evt) argument
418 struct clock_event_device *evt = &mevt->evt; local
440 struct clock_event_device *evt = &mevt->evt; local
449 exynos4_local_timer_setup(struct clock_event_device *evt) argument
487 exynos4_local_timer_stop(struct clock_event_device *evt) argument
[all...]
H A Dqcom-timer.c50 struct clock_event_device *evt = dev_id; local
52 if (evt->mode == CLOCK_EVT_MODE_ONESHOT) {
57 evt->event_handler(evt);
62 struct clock_event_device *evt)
81 struct clock_event_device *evt)
122 static int msm_local_timer_setup(struct clock_event_device *evt) argument
127 evt->irq = msm_timer_irq;
128 evt->name = "msm_timer";
129 evt
61 msm_timer_set_next_event(unsigned long cycles, struct clock_event_device *evt) argument
80 msm_timer_set_mode(enum clock_event_mode mode, struct clock_event_device *evt) argument
150 msm_local_timer_stop(struct clock_event_device *evt) argument
[all...]
H A Dtime-armada-370-xp.c159 struct clock_event_device *evt = dev_id; local
162 evt->event_handler(evt);
170 static int armada_370_xp_timer_setup(struct clock_event_device *evt) argument
181 evt->name = "armada_370_xp_per_cpu_tick",
182 evt->features = CLOCK_EVT_FEAT_ONESHOT |
184 evt->shift = 32,
185 evt->rating = 300,
186 evt->set_next_event = armada_370_xp_clkevt_next_event,
187 evt
197 armada_370_xp_timer_stop(struct clock_event_device *evt) argument
[all...]
H A Dbcm2835_timer.c46 struct clock_event_device evt; member in struct:bcm2835_timer
76 struct bcm2835_timer, evt);
89 event_handler = ACCESS_ONCE(timer->evt.event_handler);
91 event_handler(&timer->evt);
129 timer->evt.name = node->name;
130 timer->evt.rating = 300;
131 timer->evt.features = CLOCK_EVT_FEAT_ONESHOT;
132 timer->evt.set_mode = bcm2835_time_set_mode;
133 timer->evt.set_next_event = bcm2835_time_set_next_event;
134 timer->evt
[all...]
H A Dvt8500_timer.c74 struct clock_event_device *evt)
92 struct clock_event_device *evt)
118 struct clock_event_device *evt = dev_id; local
120 evt->event_handler(evt);
73 vt8500_timer_set_next_event(unsigned long cycles, struct clock_event_device *evt) argument
91 vt8500_timer_set_mode(enum clock_event_mode mode, struct clock_event_device *evt) argument
H A Darm_arch_timer.c49 struct clock_event_device evt; member in struct:arch_timer
52 #define to_arch_timer(e) container_of(e, struct arch_timer, evt)
139 struct clock_event_device *evt)
143 ctrl = arch_timer_reg_read(access, ARCH_TIMER_REG_CTRL, evt);
146 arch_timer_reg_write(access, ARCH_TIMER_REG_CTRL, ctrl, evt);
147 evt->event_handler(evt);
156 struct clock_event_device *evt = dev_id; local
158 return timer_handler(ARCH_TIMER_VIRT_ACCESS, evt);
163 struct clock_event_device *evt local
138 timer_handler(const int access, struct clock_event_device *evt) argument
170 struct clock_event_device *evt = dev_id; local
177 struct clock_event_device *evt = dev_id; local
222 set_next_event(const int access, unsigned long evt, struct clock_event_device *clk) argument
233 arch_timer_set_next_event_virt(unsigned long evt, struct clock_event_device *clk) argument
240 arch_timer_set_next_event_phys(unsigned long evt, struct clock_event_device *clk) argument
247 arch_timer_set_next_event_virt_mem(unsigned long evt, struct clock_event_device *clk) argument
254 arch_timer_set_next_event_phys_mem(unsigned long evt, struct clock_event_device *clk) argument
[all...]
H A Dtimer-keystone.c132 struct clock_event_device *evt = dev_id; local
134 evt->event_handler(evt);
139 struct clock_event_device *evt)
141 return keystone_timer_config(cycles, evt->mode);
145 struct clock_event_device *evt)
138 keystone_set_next_event(unsigned long cycles, struct clock_event_device *evt) argument
144 keystone_set_mode(enum clock_event_mode mode, struct clock_event_device *evt) argument
H A Dvf_pit_timer.c90 struct clock_event_device *evt)
94 pit_set_next_event(cycle_per_jiffy, evt);
107 struct clock_event_device *evt = dev_id; local
117 if (likely(evt->mode == CLOCK_EVT_MODE_ONESHOT))
120 evt->event_handler(evt);
89 pit_set_mode(enum clock_event_mode mode, struct clock_event_device *evt) argument
H A Ddw_apb_timer.c41 ced_to_dw_apb_ced(struct clock_event_device *evt) argument
43 return container_of(evt, struct dw_apb_clock_event_device, ced);
89 struct clock_event_device *evt = data; local
90 struct dw_apb_clock_event_device *dw_ced = ced_to_dw_apb_ced(evt);
92 if (!evt->event_handler) {
100 evt->event_handler(evt);
114 struct clock_event_device *evt)
118 struct dw_apb_clock_event_device *dw_ced = ced_to_dw_apb_ced(evt);
120 pr_debug("%s CPU %d mode=%d\n", __func__, first_cpu(*evt
113 apbt_set_mode(enum clock_event_mode mode, struct clock_event_device *evt) argument
179 apbt_next_event(unsigned long delta, struct clock_event_device *evt) argument
[all...]
H A Dclps711x-timer.c57 struct clock_event_device *evt = dev_id; local
59 evt->event_handler(evt);
65 struct clock_event_device *evt)
64 clps711x_clockevent_set_mode(enum clock_event_mode mode, struct clock_event_device *evt) argument
H A Di8253.c109 struct clock_event_device *evt)
123 if (evt->mode == CLOCK_EVT_MODE_PERIODIC ||
124 evt->mode == CLOCK_EVT_MODE_ONESHOT) {
148 static int pit_next_event(unsigned long delta, struct clock_event_device *evt) argument
108 init_pit_timer(enum clock_event_mode mode, struct clock_event_device *evt) argument
H A Dmxs_timer.c109 static int timrotv1_set_next_event(unsigned long evt, argument
113 __raw_writel(evt, mxs_timrot_base + HW_TIMROT_TIMCOUNTn(0));
118 static int timrotv2_set_next_event(unsigned long evt, argument
122 __raw_writel(evt, mxs_timrot_base + HW_TIMROT_FIXED_COUNTn(0));
129 struct clock_event_device *evt = dev_id; local
132 evt->event_handler(evt);
154 struct clock_event_device *evt)
153 mxs_set_mode(enum clock_event_mode mode, struct clock_event_device *evt) argument
/drivers/uwb/
H A Die-rcv.c29 int uwbd_evt_handle_rc_ie_rcv(struct uwb_event *evt) argument
32 struct device *dev = &evt->rc->uwb_dev.dev;
36 if (evt->notif.size < sizeof(*iercv)) {
39 evt->notif.size, sizeof(*iercv));
42 iercv = container_of(evt->notif.rceb, struct uwb_rc_evt_ie_rcv, rceb);
H A Duwbd.c85 * @evt->rc is already referenced and guaranteed to exist. See
164 * @evt: the event to handle
174 * controller in @evt->rc referenced. The reference will be dropped
179 int uwbd_event_handle_urc(struct uwb_event *evt) argument
187 type = evt->notif.rceb->bEventType;
188 event = le16_to_cpu(evt->notif.rceb->wEvent);
189 context = evt->notif.rceb->bEventContext;
202 result = (*handler)(evt);
205 dev_err(&evt->rc->uwb_dev.dev,
211 static void uwbd_event_handle_message(struct uwb_event *evt) argument
229 uwbd_event_handle(struct uwb_event *evt) argument
271 struct uwb_event *evt; local
333 uwbd_event_queue(struct uwb_event *evt) argument
354 struct uwb_event *evt, *nxt; local
[all...]
H A Ddrp-avail.c227 int uwbd_evt_get_drp_avail(struct uwb_event *evt, unsigned long *bmp) argument
229 struct device *dev = &evt->rc->uwb_dev.dev;
234 if (evt->notif.size < sizeof(*drp_evt)) {
237 "needed]\n", evt->notif.size, sizeof(*drp_evt));
240 drp_evt = container_of(evt->notif.rceb, struct uwb_rc_evt_drp_avail, rceb);
251 * @evt: Event information (packs the actual event data, which
271 int uwbd_evt_handle_rc_drp_avail(struct uwb_event *evt) argument
274 struct uwb_rc *rc = evt->rc;
277 result = uwbd_evt_get_drp_avail(evt, bmp);
H A Dreset.c323 int uwbd_msg_handle_reset(struct uwb_event *evt) argument
325 struct uwb_rc *rc = evt->rc;
352 struct uwb_event *evt; local
354 evt = kzalloc(sizeof(struct uwb_event), GFP_ATOMIC);
355 if (unlikely(evt == NULL))
358 evt->rc = __uwb_rc_get(rc); /* will be put by uwbd's uwbd_event_handle() */
359 evt->ts_jiffies = jiffies;
360 evt->type = UWB_EVT_TYPE_MSG;
361 evt->message = UWB_EVT_MSG_RESET;
363 uwbd_event_queue(evt);
[all...]
H A Dbeacon.c361 static int uwb_verify_beacon(struct uwb_rc *rc, struct uwb_event *evt, argument
369 if (evt->notif.size < sizeof(*be) + sizeof(*bf)) {
371 "(%zu vs %zu bytes needed)\n", evt->notif.size,
393 int uwbd_evt_handle_rc_beacon(struct uwb_event *evt) argument
401 rc = evt->rc;
402 be = container_of(evt->notif.rceb, struct uwb_rc_evt_beacon, rceb);
403 result = uwb_verify_beacon(rc, evt, be);
430 uwb_beacon_print(evt->rc, be, bf);
431 bce = __uwb_beca_add(rc, be, bf, evt->ts_jiffies);
444 bce->ts_jiffies = evt
469 uwbd_evt_handle_rc_beacon_size(struct uwb_event *evt) argument
506 uwbd_evt_handle_rc_bp_slot_change(struct uwb_event *evt) argument
540 uwbd_evt_handle_rc_bpoie_change(struct uwb_event *evt) argument
[all...]
/drivers/net/wireless/ath/wil6210/
H A Dwmi.c281 struct wmi_ready_event *evt = d; local
283 wil->fw_version = le32_to_cpu(evt->sw_version);
284 wil->n_mids = evt->numof_additional_mids;
287 evt->mac, wil->n_mids);
290 memcpy(ndev->dev_addr, evt->mac, ETH_ALEN);
291 memcpy(ndev->perm_addr, evt->mac, ETH_ALEN);
388 struct wmi_connect_event *evt = d; local
398 if (len < sizeof(*evt)) {
402 if (len != sizeof(*evt) + evt
480 struct wmi_disconnect_event *evt = d; local
501 struct wmi_eapol_rx_event *evt = d; local
550 struct wmi_data_port_open_event *evt = d; local
567 struct wmi_wbe_link_down_event *evt = d; local
585 struct wmi_vring_ba_status_event *evt = d; local
665 struct pending_wmi_event *evt; local
823 struct wmi_pcp_started_event evt; member in struct:__anon4290
1002 struct wmi_listen_started_event evt; member in struct:__anon4293
1038 struct wmi_cfg_rx_chain_done_event evt; member in struct:__anon4294
1039 } __packed evt; local
1086 struct wmi_temp_sense_done_event evt; member in struct:__anon4295
1116 struct pending_wmi_event *evt, *t; local
1207 struct pending_wmi_event *evt; local
[all...]
/drivers/scsi/ibmvscsi/
H A Dibmvfc.c150 * @evt: ibmvfc event struct
153 static void ibmvfc_trc_start(struct ibmvfc_event *evt) argument
155 struct ibmvfc_host *vhost = evt->vhost;
156 struct ibmvfc_cmd *vfc_cmd = &evt->iu.cmd;
157 struct ibmvfc_mad_common *mad = &evt->iu.mad_common;
161 entry->evt = evt;
163 entry->fmt = evt->crq.format;
184 * @evt: ibmvfc event struct
187 static void ibmvfc_trc_end(struct ibmvfc_event *evt) argument
748 ibmvfc_valid_event(struct ibmvfc_event_pool *pool, struct ibmvfc_event *evt) argument
764 ibmvfc_free_event(struct ibmvfc_event *evt) argument
781 ibmvfc_scsi_eh_done(struct ibmvfc_event *evt) argument
804 ibmvfc_fail_request(struct ibmvfc_event *evt, int error_code) argument
828 struct ibmvfc_event *evt, *pos; local
1225 struct ibmvfc_event *evt = &pool->events[i]; local
1274 struct ibmvfc_event *evt; local
1290 ibmvfc_init_event(struct ibmvfc_event *evt, void (*done) (struct ibmvfc_event *), u8 format) argument
1329 ibmvfc_map_sg_data(struct scsi_cmnd *scmd, struct ibmvfc_event *evt, struct ibmvfc_cmd *vfc_cmd, struct device *dev) argument
1389 ibmvfc_timeout(struct ibmvfc_event *evt) argument
1404 ibmvfc_send_event(struct ibmvfc_event *evt, struct ibmvfc_host *vhost, unsigned long timeout) argument
1469 ibmvfc_log_error(struct ibmvfc_event *evt) argument
1524 ibmvfc_scsi_done(struct ibmvfc_event *evt) argument
1617 struct ibmvfc_event *evt; local
1684 ibmvfc_sync_completion(struct ibmvfc_event *evt) argument
1698 ibmvfc_bsg_timeout_done(struct ibmvfc_event *evt) argument
1718 struct ibmvfc_event *evt; local
1771 struct ibmvfc_event *evt; local
1832 struct ibmvfc_event *evt; local
1977 struct ibmvfc_event *evt = NULL; local
2047 ibmvfc_match_rport(struct ibmvfc_event *evt, void *rport) argument
2067 ibmvfc_match_target(struct ibmvfc_event *evt, void *device) argument
2082 ibmvfc_match_lun(struct ibmvfc_event *evt, void *device) argument
2101 struct ibmvfc_event *evt; local
2161 struct ibmvfc_event *evt, *found_evt; local
2252 ibmvfc_match_key(struct ibmvfc_event *evt, void *key) argument
2270 ibmvfc_match_evt(struct ibmvfc_event *evt, void *match) argument
2292 struct ibmvfc_event *evt, *found_evt; local
2735 struct ibmvfc_event *evt = (struct ibmvfc_event *)be64_to_cpu(crq->ioba); local
3335 ibmvfc_tgt_prli_done(struct ibmvfc_event *evt) argument
3408 struct ibmvfc_event *evt; local
3443 ibmvfc_tgt_plogi_done(struct ibmvfc_event *evt) argument
3504 struct ibmvfc_event *evt; local
3536 ibmvfc_tgt_implicit_logout_done(struct ibmvfc_event *evt) argument
3579 struct ibmvfc_event *evt; local
3632 ibmvfc_tgt_adisc_done(struct ibmvfc_event *evt) argument
3675 ibmvfc_init_passthru(struct ibmvfc_event *evt) argument
3708 ibmvfc_tgt_adisc_cancel_done(struct ibmvfc_event *evt) argument
3731 struct ibmvfc_event *evt; local
3787 struct ibmvfc_event *evt; local
3835 ibmvfc_tgt_query_target_done(struct ibmvfc_event *evt) argument
3892 struct ibmvfc_event *evt; local
3989 ibmvfc_discover_targets_done(struct ibmvfc_event *evt) argument
4028 struct ibmvfc_event *evt = ibmvfc_get_event(vhost); local
4052 ibmvfc_npiv_login_done(struct ibmvfc_event *evt) argument
4139 struct ibmvfc_event *evt = ibmvfc_get_event(vhost); local
4167 ibmvfc_npiv_logout_done(struct ibmvfc_event *evt) argument
4202 struct ibmvfc_event *evt; local
[all...]
/drivers/message/i2o/
H A Ddriver.c214 struct i2o_event *evt; local
226 evt = kzalloc(size * 4 + sizeof(*evt), GFP_ATOMIC);
227 if (!evt)
230 evt->size = size;
231 evt->tcntxt = le32_to_cpu(msg->u.s.tcntxt);
232 evt->event_indicator = le32_to_cpu(msg->body[0]);
233 memcpy(&evt->data, &msg->body[1], size * 4);
237 evt->i2o_dev = dev;
241 INIT_WORK(&evt
[all...]
/drivers/scsi/csiostor/
H A Dcsio_rnode.c315 "Unhandled rport_type:%d recv in rdev evt "
600 * @evt - SM event.
604 csio_rns_uninit(struct csio_rnode *rn, enum csio_rn_ev evt) argument
609 CSIO_INC_STATS(rn, n_evt_sm[evt]);
611 switch (evt) {
625 "in rn state[uninit]\n", csio_rn_flowid(rn), evt);
631 "in rn state[uninit]\n", csio_rn_flowid(rn), evt);
640 * @evt - SM event.
644 csio_rns_ready(struct csio_rnode *rn, enum csio_rn_ev evt) argument
649 CSIO_INC_STATS(rn, n_evt_sm[evt]);
729 csio_rns_offline(struct csio_rnode *rn, enum csio_rn_ev evt) argument
788 csio_rns_disappeared(struct csio_rnode *rn, enum csio_rn_ev evt) argument
871 enum csio_rn_ev evt; local
[all...]
/drivers/usb/dwc3/
H A Dcore.c120 * @evt: Pointer to event buffer to be freed
123 struct dwc3_event_buffer *evt)
125 dma_free_coherent(dwc->dev, evt->length, evt->buf, evt->dma);
139 struct dwc3_event_buffer *evt; local
141 evt = devm_kzalloc(dwc->dev, sizeof(*evt), GFP_KERNEL);
142 if (!evt)
145 evt
122 dwc3_free_one_event_buffer(struct dwc3 *dwc, struct dwc3_event_buffer *evt) argument
161 struct dwc3_event_buffer *evt; local
193 struct dwc3_event_buffer *evt; local
214 struct dwc3_event_buffer *evt; local
239 struct dwc3_event_buffer *evt; local
[all...]
/drivers/scsi/lpfc/
H A Dlpfc_nportdisc.c792 void *arg, uint32_t evt)
802 (evt == NLP_EVT_CMPL_REG_LOGIN) &&
811 ndlp->nlp_DID, evt, ndlp->nlp_state, ndlp->nlp_rpi,
818 void *arg, uint32_t evt)
829 ndlp->nlp_DID, evt, ndlp->nlp_state, ndlp->nlp_rpi,
839 void *arg, uint32_t evt)
853 void *arg, uint32_t evt)
861 void *arg, uint32_t evt)
876 void *arg, uint32_t evt)
883 void *arg, uint32_t evt)
791 lpfc_disc_illegal(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp, void *arg, uint32_t evt) argument
817 lpfc_cmpl_plogi_illegal(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp, void *arg, uint32_t evt) argument
838 lpfc_rcv_plogi_unused_node(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp, void *arg, uint32_t evt) argument
852 lpfc_rcv_els_unused_node(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp, void *arg, uint32_t evt) argument
860 lpfc_rcv_logo_unused_node(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp, void *arg, uint32_t evt) argument
875 lpfc_cmpl_logo_unused_node(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp, void *arg, uint32_t evt) argument
882 lpfc_device_rm_unused_node(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp, void *arg, uint32_t evt) argument
889 lpfc_device_recov_unused_node(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp, void *arg, uint32_t evt) argument
897 lpfc_rcv_plogi_plogi_issue(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp, void *arg, uint32_t evt) argument
948 lpfc_rcv_prli_plogi_issue(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp, void *arg, uint32_t evt) argument
962 lpfc_rcv_logo_plogi_issue(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp, void *arg, uint32_t evt) argument
975 lpfc_rcv_els_plogi_issue(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp, void *arg, uint32_t evt) argument
1004 lpfc_cmpl_plogi_plogi_issue(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp, void *arg, uint32_t evt) argument
1153 lpfc_cmpl_logo_plogi_issue(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp, void *arg, uint32_t evt) argument
1160 lpfc_cmpl_reglogin_plogi_issue(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp, void *arg, uint32_t evt) argument
1179 lpfc_device_rm_plogi_issue(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp, void *arg, uint32_t evt) argument
1199 lpfc_device_recov_plogi_issue(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp, void *arg, uint32_t evt) argument
1226 lpfc_rcv_plogi_adisc_issue(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp, void *arg, uint32_t evt) argument
1256 lpfc_rcv_prli_adisc_issue(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp, void *arg, uint32_t evt) argument
1266 lpfc_rcv_logo_adisc_issue(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp, void *arg, uint32_t evt) argument
1282 lpfc_rcv_padisc_adisc_issue(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp, void *arg, uint32_t evt) argument
1295 lpfc_rcv_prlo_adisc_issue(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp, void *arg, uint32_t evt) argument
1308 lpfc_cmpl_adisc_adisc_issue(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp, void *arg, uint32_t evt) argument
1365 lpfc_device_rm_adisc_issue(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp, void *arg, uint32_t evt) argument
1385 lpfc_device_recov_adisc_issue(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp, void *arg, uint32_t evt) argument
1412 lpfc_rcv_plogi_reglogin_issue(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp, void *arg, uint32_t evt) argument
1424 lpfc_rcv_prli_reglogin_issue(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp, void *arg, uint32_t evt) argument
1436 lpfc_rcv_logo_reglogin_issue(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp, void *arg, uint32_t evt) argument
1481 lpfc_rcv_padisc_reglogin_issue(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp, void *arg, uint32_t evt) argument
1493 lpfc_rcv_prlo_reglogin_issue(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp, void *arg, uint32_t evt) argument
1506 lpfc_cmpl_reglogin_reglogin_issue(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp, void *arg, uint32_t evt) argument
1567 lpfc_device_rm_reglogin_issue(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp, void *arg, uint32_t evt) argument
1586 lpfc_device_recov_reglogin_issue(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp, void *arg, uint32_t evt) argument
1610 lpfc_rcv_plogi_prli_issue(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp, void *arg, uint32_t evt) argument
1622 lpfc_rcv_prli_prli_issue(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp, void *arg, uint32_t evt) argument
1632 lpfc_rcv_logo_prli_issue(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp, void *arg, uint32_t evt) argument
1645 lpfc_rcv_padisc_prli_issue(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp, void *arg, uint32_t evt) argument
1660 lpfc_rcv_prlo_prli_issue(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp, void *arg, uint32_t evt) argument
1670 lpfc_cmpl_prli_prli_issue(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp, void *arg, uint32_t evt) argument
1751 lpfc_device_rm_prli_issue(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp, void *arg, uint32_t evt) argument
1788 lpfc_device_recov_prli_issue(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp, void *arg, uint32_t evt) argument
1815 lpfc_rcv_plogi_logo_issue(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp, void *arg, uint32_t evt) argument
1829 lpfc_rcv_prli_logo_issue(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp, void *arg, uint32_t evt) argument
1843 lpfc_rcv_logo_logo_issue(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp, void *arg, uint32_t evt) argument
1857 lpfc_rcv_padisc_logo_issue(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp, void *arg, uint32_t evt) argument
1871 lpfc_rcv_prlo_logo_issue(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp, void *arg, uint32_t evt) argument
1885 lpfc_cmpl_logo_logo_issue(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp, void *arg, uint32_t evt) argument
1900 lpfc_device_rm_logo_issue(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp, void *arg, uint32_t evt) argument
1913 lpfc_device_recov_logo_issue(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp, void *arg, uint32_t evt) argument
1926 lpfc_rcv_plogi_unmap_node(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp, void *arg, uint32_t evt) argument
1936 lpfc_rcv_prli_unmap_node(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp, void *arg, uint32_t evt) argument
1947 lpfc_rcv_logo_unmap_node(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp, void *arg, uint32_t evt) argument
1957 lpfc_rcv_padisc_unmap_node(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp, void *arg, uint32_t evt) argument
1967 lpfc_rcv_prlo_unmap_node(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp, void *arg, uint32_t evt) argument
1977 lpfc_device_recov_unmap_node(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp, void *arg, uint32_t evt) argument
1995 lpfc_rcv_plogi_mapped_node(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp, void *arg, uint32_t evt) argument
2005 lpfc_rcv_prli_mapped_node(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp, void *arg, uint32_t evt) argument
2015 lpfc_rcv_logo_mapped_node(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp, void *arg, uint32_t evt) argument
2025 lpfc_rcv_padisc_mapped_node(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp, void *arg, uint32_t evt) argument
2036 lpfc_rcv_prlo_mapped_node(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp, void *arg, uint32_t evt) argument
2052 lpfc_device_recov_mapped_node(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp, void *arg, uint32_t evt) argument
2069 lpfc_rcv_plogi_npr_node(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp, void *arg, uint32_t evt) argument
2095 lpfc_rcv_prli_npr_node(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp, void *arg, uint32_t evt) argument
2125 lpfc_rcv_logo_npr_node(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp, void *arg, uint32_t evt) argument
2135 lpfc_rcv_padisc_npr_node(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp, void *arg, uint32_t evt) argument
2163 lpfc_rcv_prlo_npr_node(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp, void *arg, uint32_t evt) argument
2192 lpfc_cmpl_plogi_npr_node(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp, void *arg, uint32_t evt) argument
2213 lpfc_cmpl_prli_npr_node(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp, void *arg, uint32_t evt) argument
2231 lpfc_cmpl_logo_npr_node(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp, void *arg, uint32_t evt) argument
2247 lpfc_cmpl_adisc_npr_node(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp, void *arg, uint32_t evt) argument
2265 lpfc_cmpl_reglogin_npr_node(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp, void *arg, uint32_t evt) argument
2287 lpfc_device_rm_npr_node(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp, void *arg, uint32_t evt) argument
2303 lpfc_device_recov_npr_node(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp, void *arg, uint32_t evt) argument
2509 lpfc_disc_state_machine(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp, void *arg, uint32_t evt) argument
[all...]

Completed in 365 milliseconds

1234