Searched refs:bfa_fsm_send_event (Results 1 – 6 of 6) sorted by relevance
/linux-2.6.39/drivers/scsi/bfa/ |
D | bfa_ioc.c | 294 bfa_fsm_send_event(&ioc->iocpf, IOCPF_E_ENABLE); in bfa_ioc_sm_enabling_entry() 317 bfa_fsm_send_event(&ioc->iocpf, IOCPF_E_INITFAIL); in bfa_ioc_sm_enabling() 326 bfa_fsm_send_event(&ioc->iocpf, IOCPF_E_STOP); in bfa_ioc_sm_enabling() 369 bfa_fsm_send_event(&ioc->iocpf, IOCPF_E_GETATTRFAIL); in bfa_ioc_sm_getattr() 423 bfa_fsm_send_event(&ioc->iocpf, IOCPF_E_FAIL); in bfa_ioc_sm_op() 436 bfa_fsm_send_event(&ioc->iocpf, IOCPF_E_DISABLE); in bfa_ioc_sm_disabling_entry() 459 bfa_fsm_send_event(&ioc->iocpf, IOCPF_E_FAIL); in bfa_ioc_sm_disabling() 492 bfa_fsm_send_event(&ioc->iocpf, IOCPF_E_STOP); in bfa_ioc_sm_disabled() 527 bfa_fsm_send_event(&ioc->iocpf, IOCPF_E_INITFAIL); in bfa_ioc_sm_fail_retry() 543 bfa_fsm_send_event(&ioc->iocpf, IOCPF_E_STOP); in bfa_ioc_sm_fail_retry() [all …]
|
D | bfa_cs.h | 265 #define bfa_fsm_send_event(_fsm, _event) ((_fsm)->fsm((_fsm), (_event))) macro
|
/linux-2.6.39/drivers/net/bna/ |
D | bfa_ioc.c | 1183 bfa_fsm_send_event(&ioc->iocpf, IOCPF_E_SEMLOCKED); in bfa_ioc_hw_sem_get() 1397 bfa_fsm_send_event(&ioc->iocpf, IOCPF_E_FWREADY); in bfa_ioc_hwinit() 1412 bfa_fsm_send_event(ioc, IOC_E_TIMEOUT); in bfa_nw_ioc_timeout() 1591 bfa_fsm_send_event(ioc, IOC_E_FWRSP_GETATTR); in bfa_ioc_getattr_reply() 1672 bfa_fsm_send_event(ioc, IOC_E_ENABLED); in bfa_ioc_pf_enabled() 1678 bfa_fsm_send_event(ioc, IOC_E_DISABLED); in bfa_ioc_pf_disabled() 1684 bfa_fsm_send_event(ioc, IOC_E_INITFAILED); in bfa_ioc_pf_initfailed() 1690 bfa_fsm_send_event(ioc, IOC_E_PFAILED); in bfa_ioc_pf_failed() 1808 bfa_fsm_send_event(iocpf, IOCPF_E_FWREADY); in bfa_ioc_isr() 1812 bfa_fsm_send_event(iocpf, IOCPF_E_FWRSP_ENABLE); in bfa_ioc_isr() [all …]
|
D | bna_ctrl.c | 96 bfa_fsm_send_event(llport, LLPORT_E_UP); in bna_llport_cb_port_enabled() 107 bfa_fsm_send_event(llport, LLPORT_E_DOWN); in bna_llport_cb_port_disabled() 608 bfa_fsm_send_event(llport, LLPORT_E_FWRESP_UP_FAIL); in bna_fw_cb_llport_up() 610 bfa_fsm_send_event(llport, LLPORT_E_FWRESP_UP_OK); in bna_fw_cb_llport_up() 644 bfa_fsm_send_event(llport, LLPORT_E_FWRESP_DOWN); in bna_fw_cb_llport_down() 685 bfa_fsm_send_event(llport, LLPORT_E_START); in bna_llport_start() 693 bfa_fsm_send_event(llport, LLPORT_E_STOP); in bna_llport_stop() 701 bfa_fsm_send_event(llport, LLPORT_E_FAIL); in bna_llport_fail() 720 bfa_fsm_send_event(llport, LLPORT_E_UP); in bna_llport_rx_started() 736 bfa_fsm_send_event(llport, LLPORT_E_DOWN); in bna_llport_rx_stopped() [all …]
|
D | bna_txrx.c | 692 bfa_fsm_send_event(rxf, RXF_E_PAUSE); in bna_rxf_sm_started_entry() 694 bfa_fsm_send_event(rxf, RXF_E_RESUME); in bna_rxf_sm_started_entry() 706 bfa_fsm_send_event(rxf, RXF_E_CAM_FLTR_RESP); in bna_rxf_sm_started() 1123 bfa_fsm_send_event(rxf, RXF_E_STARTED); in rxf_enable() 1136 bfa_fsm_send_event(rxf, RXF_E_STARTED); in rxf_cb_enabled() 1143 bfa_fsm_send_event(rxf, RXF_E_STOPPED); in rxf_disable() 1155 bfa_fsm_send_event(rxf, RXF_E_STOPPED); in rxf_cb_disabled() 1165 bfa_fsm_send_event(rxf, RXF_E_CAM_FLTR_RESP); in rxf_cb_cam_fltr_mbox_cmd() 1174 bfa_fsm_send_event(rxf, RXF_E_STAT_CLEARED); in bna_rxf_cb_stats_cleared() 1498 bfa_fsm_send_event(rx, RX_E_RXF_STARTED); in bna_rx_cb_rxf_started() [all …]
|
D | bfa_sm.h | 74 #define bfa_fsm_send_event(_fsm, _event) ((_fsm)->fsm((_fsm), (_event))) macro
|