Searched refs:bna_rxf (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/net/ethernet/brocade/bna/
H A Dbna_tx_rx.c39 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, stoppe
[all...]
H A Dbfa_cs.h52 BFA_SM_TABLE(rxf, bna_rxf, bna_rxf_event, bna_fsm_rxf_t)
H A Dbna.h326 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 Dbna_types.h27 struct bna_rxf;
713 struct bna_rxf { struct
714 void (*fsm)(struct bna_rxf *s, enum bna_rxf_event e);
802 struct bna_rxf rxf;

Completed in 261 milliseconds