Searched refs:bna_rxf (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/net/ethernet/brocade/bna/ |
H A D | bna_tx_rx.c | 52 bfa_fsm_state_decl(bna_rxf, stopped, struct bna_rxf, 54 bfa_fsm_state_decl(bna_rxf, cfg_wait, struct bna_rxf, 56 bfa_fsm_state_decl(bna_rxf, started, struct bna_rxf, 58 bfa_fsm_state_decl(bna_rxf, last_resp_wait, struct bna_rxf, 726 struct bna_rxf *rxf = &rx->rxf; in bna_rx_ucast_set() 749 struct bna_rxf *rxf = &rx->rxf; in bna_rx_mcast_add() 778 struct bna_rxf *rxf = &rx->rxf; in bna_rx_ucast_listset() 836 struct bna_rxf *rxf = &rx->rxf; in bna_rx_mcast_listset() 895 struct bna_rxf *rxf = &rx->rxf; in bna_rx_mcast_delall() 926 struct bna_rxf *rxf = &rx->rxf; in bna_rx_vlan_add() [all …]
|
H A D | bna_types.h | 27 struct bna_rxf; 713 struct bna_rxf { struct 714 void (*fsm)(struct bna_rxf *s, enum bna_rxf_event e); argument 802 struct bna_rxf rxf; argument
|
H A D | bna.h | 326 void bna_bfi_rxf_cfg_rsp(struct bna_rxf *rxf, struct bfi_msgq_mhdr *msghdr); 327 void bna_bfi_rxf_mcast_add_rsp(struct bna_rxf *rxf, 329 void bna_bfi_rxf_ucast_set_rsp(struct bna_rxf *rxf,
|
H A D | bfa_cs.h | 52 BFA_SM_TABLE(rxf, bna_rxf, bna_rxf_event, bna_fsm_rxf_t)
|