Home
last modified time | relevance | path

Searched refs:bfa_fsm_send_event (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/net/ethernet/brocade/bna/
A Dbfa_msgq.c181 bfa_fsm_send_event(cmdq, CMDQ_E_DB_READY); in bfa_msgq_cmdq_dbell_ready()
252 bfa_fsm_send_event(cmdq, CMDQ_E_POST); in bfa_msgq_cmdq_ci_update()
439 bfa_fsm_send_event(rspq, RSPQ_E_DB_READY); in bfa_msgq_rspq_dbell_ready()
487 bfa_fsm_send_event(rspq, RSPQ_E_RESP); in bfa_msgq_rspq_pi_update()
561 bfa_fsm_send_event(&msgq->cmdq, CMDQ_E_START); in bfa_msgq_notify()
563 bfa_fsm_send_event(&msgq->rspq, RSPQ_E_START); in bfa_msgq_notify()
568 bfa_fsm_send_event(&msgq->cmdq, CMDQ_E_STOP); in bfa_msgq_notify()
569 bfa_fsm_send_event(&msgq->rspq, RSPQ_E_STOP); in bfa_msgq_notify()
573 bfa_fsm_send_event(&msgq->cmdq, CMDQ_E_FAIL); in bfa_msgq_notify()
574 bfa_fsm_send_event(&msgq->rspq, RSPQ_E_FAIL); in bfa_msgq_notify()
[all …]
A Dbna_enet.c82 bfa_fsm_send_event(ethport, ETHPORT_E_UP); in bna_bfi_ethport_enable_aen()
94 bfa_fsm_send_event(ethport, ETHPORT_E_DOWN); in bna_bfi_ethport_disable_aen()
152 bfa_fsm_send_event(enet, ENET_E_FWRESP_PAUSE); in bna_bfi_pause_set_rsp()
762 bfa_fsm_send_event(ethport, ETHPORT_E_STOP); in bna_ethport_stop()
1211 bfa_fsm_send_event(enet, ENET_E_START); in bna_enet_start()
1229 bfa_fsm_send_event(enet, ENET_E_STOP); in bna_enet_stop()
1236 bfa_fsm_send_event(enet, ENET_E_FAIL); in bna_enet_fail()
1266 bfa_fsm_send_event(enet, ENET_E_START); in bna_enet_enable()
1283 bfa_fsm_send_event(enet, ENET_E_STOP); in bna_enet_disable()
1292 bfa_fsm_send_event(enet, ENET_E_PAUSE_CFG); in bna_enet_pause_config()
[all …]
A Dbfa_ioc.c1889 bfa_fsm_send_event(ioc, IOC_E_TIMEOUT); in bfa_nw_ioc_timeout()
2298 bfa_fsm_send_event(ioc, IOC_E_ENABLED); in bfa_ioc_pf_enabled()
2304 bfa_fsm_send_event(ioc, IOC_E_DISABLED); in bfa_ioc_pf_disabled()
2310 bfa_fsm_send_event(ioc, IOC_E_PFFAILED); in bfa_ioc_pf_failed()
2316 bfa_fsm_send_event(ioc, IOC_E_HWFAILED); in bfa_ioc_pf_hwfailed()
2489 bfa_fsm_send_event(ioc, IOC_E_RESET); in bfa_nw_ioc_attach()
2496 bfa_fsm_send_event(ioc, IOC_E_DETACH); in bfa_nw_ioc_detach()
2604 bfa_fsm_send_event(ioc, IOC_E_ENABLE); in bfa_nw_ioc_enable()
2611 bfa_fsm_send_event(ioc, IOC_E_DISABLE); in bfa_nw_ioc_disable()
2721 bfa_fsm_send_event(ioc, IOC_E_HWERROR); in bfa_nw_ioc_error_isr()
[all …]
A Dbna_tx_rx.c700 bfa_fsm_send_event(rxf, RXF_E_START); in bna_rxf_start()
714 bfa_fsm_send_event(rxf, RXF_E_STOP); in bna_rxf_stop()
720 bfa_fsm_send_event(rxf, RXF_E_FAIL); in bna_rxf_fail()
1952 bfa_fsm_send_event(rx, RX_E_START); in bna_rx_start()
1964 bfa_fsm_send_event(rx, RX_E_STOP); in bna_rx_stop()
1973 bfa_fsm_send_event(rx, RX_E_FAIL); in bna_rx_fail()
2543 bfa_fsm_send_event(rx, RX_E_START); in bna_rx_enable()
2559 bfa_fsm_send_event(rx, RX_E_STOP); in bna_rx_disable()
3259 bfa_fsm_send_event(tx, TX_E_STOP); in bna_tx_stop()
3266 bfa_fsm_send_event(tx, TX_E_FAIL); in bna_tx_fail()
[all …]
A Dbfa_cs.h48 #define bfa_fsm_send_event(_fsm, _event) ((_fsm)->fsm((_fsm), (_event))) macro
/linux/drivers/scsi/bfa/
A Dbfa_ioc.c789 bfa_fsm_send_event(ioc, IOC_E_HWFAILED); in bfa_iocpf_sm_fwcheck()
795 bfa_fsm_send_event(ioc, IOC_E_DISABLED); in bfa_iocpf_sm_fwcheck()
842 bfa_fsm_send_event(ioc, IOC_E_DISABLED); in bfa_iocpf_sm_mismatch()
1762 bfa_fsm_send_event(ioc, IOC_E_TIMEOUT); in bfa_ioc_timeout()
2372 bfa_fsm_send_event(ioc, IOC_E_RESET); in bfa_ioc_attach()
2381 bfa_fsm_send_event(ioc, IOC_E_DETACH); in bfa_ioc_detach()
2495 bfa_fsm_send_event(ioc, IOC_E_ENABLE); in bfa_ioc_enable()
2502 bfa_fsm_send_event(ioc, IOC_E_DISABLE); in bfa_ioc_disable()
2509 bfa_fsm_send_event(ioc, IOC_E_HWERROR); in bfa_ioc_suspend()
2627 bfa_fsm_send_event(ioc, IOC_E_HWERROR); in bfa_ioc_error_isr()
[all …]
A Dbfa_core.c1311 bfa_fsm_send_event(iocfc, IOCFC_E_CFG_DONE); in bfa_iocfc_cfgrsp()
1342 bfa_fsm_send_event(iocfc, IOCFC_E_CFG_DONE); in bfa_iocfc_process_faa_addr()
1426 bfa_fsm_send_event(&bfa->iocfc, IOCFC_E_IOC_ENABLED); in bfa_iocfc_enable_cbfn()
1428 bfa_fsm_send_event(&bfa->iocfc, IOCFC_E_IOC_FAILED); in bfa_iocfc_enable_cbfn()
1440 bfa_fsm_send_event(&bfa->iocfc, IOCFC_E_IOC_DISABLED); in bfa_iocfc_disable_cbfn()
1452 bfa_fsm_send_event(&bfa->iocfc, IOCFC_E_IOC_FAILED); in bfa_iocfc_hbfail_cbfn()
1555 bfa_fsm_send_event(&bfa->iocfc, IOCFC_E_INIT); in bfa_iocfc_init()
1565 bfa_fsm_send_event(&bfa->iocfc, IOCFC_E_START); in bfa_iocfc_start()
1575 bfa_fsm_send_event(&bfa->iocfc, IOCFC_E_STOP); in bfa_iocfc_stop()
1672 bfa_fsm_send_event(&bfa->iocfc, IOCFC_E_ENABLE); in bfa_iocfc_enable()
[all …]
A Dbfa_cs.h225 #define bfa_fsm_send_event(_fsm, _event) ((_fsm)->fsm((_fsm), (_event))) macro

Completed in 37 milliseconds