Home
last modified time | relevance | path

Searched refs:bfa_fsm_set_state (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/net/ethernet/brocade/bna/
H A Dbna_enet.c519 bfa_fsm_set_state(ethport, bna_ethport_sm_down); in bna_ethport_sm_stopped()
551 bfa_fsm_set_state(ethport, bna_ethport_sm_stopped); in bna_ethport_sm_down()
555 bfa_fsm_set_state(ethport, bna_ethport_sm_stopped); in bna_ethport_sm_down()
559 bfa_fsm_set_state(ethport, bna_ethport_sm_up_resp_wait); in bna_ethport_sm_down()
579 bfa_fsm_set_state(ethport, bna_ethport_sm_last_resp_wait); in bna_ethport_sm_up_resp_wait()
584 bfa_fsm_set_state(ethport, bna_ethport_sm_stopped); in bna_ethport_sm_up_resp_wait()
589 bfa_fsm_set_state(ethport, bna_ethport_sm_down_resp_wait); in bna_ethport_sm_up_resp_wait()
594 bfa_fsm_set_state(ethport, bna_ethport_sm_up); in bna_ethport_sm_up_resp_wait()
599 bfa_fsm_set_state(ethport, bna_ethport_sm_down); in bna_ethport_sm_up_resp_wait()
628 bfa_fsm_set_state(ethport, bna_ethport_sm_last_resp_wait); in bna_ethport_sm_down_resp_wait()
[all …]
H A Dbfa_msgq.c73 bfa_fsm_set_state(cmdq, cmdq_sm_init_wait); in cmdq_sm_stopped()
102 bfa_fsm_set_state(cmdq, cmdq_sm_stopped); in cmdq_sm_init_wait()
112 bfa_fsm_set_state(cmdq, cmdq_sm_dbell_wait); in cmdq_sm_init_wait()
114 bfa_fsm_set_state(cmdq, cmdq_sm_ready); in cmdq_sm_init_wait()
133 bfa_fsm_set_state(cmdq, cmdq_sm_stopped); in cmdq_sm_ready()
137 bfa_fsm_set_state(cmdq, cmdq_sm_dbell_wait); in cmdq_sm_ready()
157 bfa_fsm_set_state(cmdq, cmdq_sm_stopped); in cmdq_sm_dbell_wait()
167 bfa_fsm_set_state(cmdq, cmdq_sm_dbell_wait); in cmdq_sm_dbell_wait()
169 bfa_fsm_set_state(cmdq, cmdq_sm_ready); in cmdq_sm_dbell_wait()
306 bfa_fsm_set_state(cmdq, cmdq_sm_stopped); in bfa_msgq_cmdq_attach()
[all …]
H A Dbfa_ioc.c217 bfa_fsm_set_state(ioc, bfa_ioc_sm_reset); in bfa_ioc_sm_uninit()
229 bfa_fsm_set_state(&ioc->iocpf, bfa_iocpf_sm_reset); in bfa_ioc_sm_reset_entry()
238 bfa_fsm_set_state(ioc, bfa_ioc_sm_enabling); in bfa_ioc_sm_reset()
246 bfa_fsm_set_state(ioc, bfa_ioc_sm_uninit); in bfa_ioc_sm_reset()
268 bfa_fsm_set_state(ioc, bfa_ioc_sm_getattr); in bfa_ioc_sm_enabling()
275 bfa_fsm_set_state(ioc, bfa_ioc_sm_fail); in bfa_ioc_sm_enabling()
282 bfa_fsm_set_state(ioc, bfa_ioc_sm_hwfail); in bfa_ioc_sm_enabling()
286 bfa_fsm_set_state(ioc, bfa_ioc_sm_disabling); in bfa_ioc_sm_enabling()
290 bfa_fsm_set_state(ioc, bfa_ioc_sm_uninit); in bfa_ioc_sm_enabling()
318 bfa_fsm_set_state(ioc, bfa_ioc_sm_op); in bfa_ioc_sm_getattr()
[all …]
H A Dbna_tx_rx.c72 bfa_fsm_set_state(rxf, bna_rxf_sm_cfg_wait); in bna_rxf_sm_stopped()
97 bfa_fsm_set_state(rxf, bna_rxf_sm_started); in bna_rxf_sm_cfg_wait_entry()
106 bfa_fsm_set_state(rxf, bna_rxf_sm_last_resp_wait); in bna_rxf_sm_cfg_wait()
113 bfa_fsm_set_state(rxf, bna_rxf_sm_stopped); in bna_rxf_sm_cfg_wait()
123 bfa_fsm_set_state(rxf, bna_rxf_sm_started); in bna_rxf_sm_cfg_wait()
146 bfa_fsm_set_state(rxf, bna_rxf_sm_stopped); in bna_rxf_sm_started()
150 bfa_fsm_set_state(rxf, bna_rxf_sm_cfg_wait); in bna_rxf_sm_started()
170 bfa_fsm_set_state(rxf, bna_rxf_sm_stopped); in bna_rxf_sm_last_resp_wait()
647 bfa_fsm_set_state(rxf, bna_rxf_sm_stopped); in bna_rxf_init()
1336 bfa_fsm_set_state(rx, bna_rx_sm_start_wait); in bna_rx_sm_stopped()
[all …]
H A Dbfa_cs.h71 #define bfa_fsm_set_state(_fsm, _state) do { \ macro
/linux/drivers/scsi/bfa/
H A Dbfa_cs.h220 #define bfa_fsm_set_state(_fsm, _state) do { \ macro