/linux-4.1.27/drivers/s390/net/ |
D | fsm.c | 138 fsm_event(this->fi, this->expire_event, this->event_arg); in fsm_expire_timer() 177 this->event_arg = arg; in fsm_addtimer() 198 this->event_arg = arg; in fsm_modtimer()
|
D | fsm.h | 93 void *event_arg; member
|
/linux-4.1.27/drivers/staging/lustre/lustre/include/ |
D | lustre_import.h | 316 int event, void *event_arg, void *cb_data); 335 void *event_arg);
|
/linux-4.1.27/net/sctp/ |
D | sm_sideeffect.c | 59 void *event_arg, 67 void *event_arg, 1101 void *event_arg, in sctp_do_sm() argument 1122 status = state_fn->fn(net, ep, asoc, subtype, event_arg, &commands); in sctp_do_sm() 1126 ep, asoc, event_arg, status, in sctp_do_sm() 1140 void *event_arg, in sctp_side_effects() argument 1155 event_arg, status, in sctp_side_effects() 1225 void *event_arg, in sctp_cmd_interpreter() argument 1243 chunk = event_arg; in sctp_cmd_interpreter()
|
/linux-4.1.27/arch/sparc/include/asm/ |
D | ldc.h | 56 void *event_arg,
|
D | vio.h | 483 struct ldc_channel_config *base_cfg, void *event_arg);
|
/linux-4.1.27/arch/sparc/kernel/ |
D | ldc.c | 142 void *event_arg; member 788 lp->cfg.event(lp->event_arg, LDC_EVENT_RESET); in send_events() 790 lp->cfg.event(lp->event_arg, LDC_EVENT_UP); in send_events() 792 lp->cfg.event(lp->event_arg, LDC_EVENT_DATA_READY); in send_events() 1115 void *event_arg, in ldc_alloc() argument 1154 if (!cfgp->event || !event_arg || !cfgp->rx_irq || !cfgp->tx_irq) in ldc_alloc() 1197 lp->event_arg = event_arg; in ldc_alloc()
|
D | viohs.c | 719 void *event_arg) in vio_ldc_alloc() argument 727 lp = ldc_alloc(vio->vdev->channel_id, &cfg, event_arg, vio->name); in vio_ldc_alloc()
|
/linux-4.1.27/include/net/sctp/ |
D | sm.h | 272 void *event_arg,
|
/linux-4.1.27/drivers/scsi/bfa/ |
D | bfa_svc.h | 313 } event_arg; member 494 } event_arg; member
|
D | bfa_fcs.h | 205 } event_arg; member
|
D | bfa_svc.c | 2266 struct bfi_fcport_event_s *pevent = fcport->event_arg.i2hmsg.event; in bfa_fcport_sm_linkdown() 3187 struct bfi_fcport_event_s *pevent = fcport->event_arg.i2hmsg.event; in bfa_fcport_update_linkinfo() 3641 fcport->event_arg.i2hmsg = i2hmsg; in bfa_fcport_isr() 4567 qos_scn = (struct bfi_rport_qos_scn_s *) rp->event_arg.fw_msg; in bfa_rport_sm_online() 5117 rp->event_arg.fw_msg = msg.qos_scn_evt; in bfa_rport_isr()
|
D | bfa_fcs.c | 710 fabric->event_arg.swp_vfid); in bfa_fcs_fabric_sm_isolated()
|
/linux-4.1.27/drivers/scsi/aic7xxx/ |
D | aic7xxx.h | 654 uint8_t event_arg; member
|
D | aic79xx.h | 708 uint8_t event_arg; member
|
D | aic7xxx_core.c | 233 u_int event_arg); 6743 u_int initiator_id, u_int event_type, u_int event_arg) in ahc_queue_lstate_event() argument 6772 lstate->event_buffer[lstate->event_r_idx].event_arg); in ahc_queue_lstate_event() 6782 event->event_arg = event_arg; in ahc_queue_lstate_event() 6812 inot->message_args[1] = event->event_arg; in ahc_send_lstate_events()
|
D | aic79xx_core.c | 233 u_int event_arg); 9244 u_int initiator_id, u_int event_type, u_int event_arg) in ahd_queue_lstate_event() argument 9273 lstate->event_buffer[lstate->event_r_idx].event_arg); in ahd_queue_lstate_event() 9283 event->event_arg = event_arg; in ahd_queue_lstate_event() 9313 inot->message_args[1] = event->event_arg; in ahd_send_lstate_events()
|