Searched refs:bna_rxf (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/net/ethernet/brocade/bna/ |
H A D | bna_tx_rx.c | 39 static int bna_rxf_cfg_apply(struct bna_rxf *rxf); 40 static void bna_rxf_cfg_reset(struct bna_rxf *rxf); 41 static int bna_rxf_ucast_cfg_apply(struct bna_rxf *rxf); 42 static int bna_rxf_promisc_cfg_apply(struct bna_rxf *rxf); 43 static int bna_rxf_allmulti_cfg_apply(struct bna_rxf *rxf); 44 static int bna_rxf_vlan_strip_cfg_apply(struct bna_rxf *rxf); 45 static int bna_rxf_ucast_cfg_reset(struct bna_rxf *rxf, 47 static int bna_rxf_promisc_cfg_reset(struct bna_rxf *rxf, 49 static int bna_rxf_allmulti_cfg_reset(struct bna_rxf *rxf, 52 bfa_fsm_state_decl(bna_rxf, stopped, struct bna_rxf, [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)
|