Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/brocade/bna/
H A Dbfa_cs.h22 #define BFA_SM_TABLE(n, s, e, t) \ macro
43 BFA_SM_TABLE(iocpf, bfa_iocpf, iocpf_event, bfa_fsm_iocpf_t)
44 BFA_SM_TABLE(ioc, bfa_ioc, ioc_event, bfa_fsm_ioc_t)
45 BFA_SM_TABLE(cmdq, bfa_msgq_cmdq, cmdq_event, bfa_fsm_msgq_cmdq_t)
46 BFA_SM_TABLE(rspq, bfa_msgq_rspq, rspq_event, bfa_fsm_msgq_rspq_t)
48 BFA_SM_TABLE(ioceth, bna_ioceth, bna_ioceth_event, bna_fsm_ioceth_t)
49 BFA_SM_TABLE(enet, bna_enet, bna_enet_event, bna_fsm_enet_t)
51 BFA_SM_TABLE(tx, bna_tx, bna_tx_event, bna_fsm_tx_t)
52 BFA_SM_TABLE(rxf, bna_rxf, bna_rxf_event, bna_fsm_rxf_t)
53 BFA_SM_TABLE(rx, bna_rx, bna_rx_event, bna_fsm_rx_t)
[all …]