Lines Matching refs:bna_rxf
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,
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,
62 bna_rxf_sm_stopped_entry(struct bna_rxf *rxf) in bna_rxf_sm_stopped_entry()
68 bna_rxf_sm_stopped(struct bna_rxf *rxf, enum bna_rxf_event event) in bna_rxf_sm_stopped()
93 bna_rxf_sm_cfg_wait_entry(struct bna_rxf *rxf) in bna_rxf_sm_cfg_wait_entry()
102 bna_rxf_sm_cfg_wait(struct bna_rxf *rxf, enum bna_rxf_event event) in bna_rxf_sm_cfg_wait()
133 bna_rxf_sm_started_entry(struct bna_rxf *rxf) in bna_rxf_sm_started_entry()
140 bna_rxf_sm_started(struct bna_rxf *rxf, enum bna_rxf_event event) in bna_rxf_sm_started()
159 bna_rxf_sm_last_resp_wait_entry(struct bna_rxf *rxf) in bna_rxf_sm_last_resp_wait_entry()
164 bna_rxf_sm_last_resp_wait(struct bna_rxf *rxf, enum bna_rxf_event event) in bna_rxf_sm_last_resp_wait()
179 bna_bfi_ucast_req(struct bna_rxf *rxf, struct bna_mac *mac, in bna_bfi_ucast_req()
194 bna_bfi_mcast_add_req(struct bna_rxf *rxf, struct bna_mac *mac) in bna_bfi_mcast_add_req()
210 bna_bfi_mcast_del_req(struct bna_rxf *rxf, u16 handle) in bna_bfi_mcast_del_req()
226 bna_bfi_mcast_filter_req(struct bna_rxf *rxf, enum bna_status status) in bna_bfi_mcast_filter_req()
241 bna_bfi_rx_promisc_req(struct bna_rxf *rxf, enum bna_status status) in bna_bfi_rx_promisc_req()
256 bna_bfi_rx_vlan_filter_set(struct bna_rxf *rxf, u8 block_idx) in bna_bfi_rx_vlan_filter_set()
281 bna_bfi_vlan_strip_enable(struct bna_rxf *rxf) in bna_bfi_vlan_strip_enable()
296 bna_bfi_rit_cfg(struct bna_rxf *rxf) in bna_bfi_rit_cfg()
312 bna_bfi_rss_cfg(struct bna_rxf *rxf) in bna_bfi_rss_cfg()
332 bna_bfi_rss_enable(struct bna_rxf *rxf) in bna_bfi_rss_enable()
348 bna_rxf_mcmac_get(struct bna_rxf *rxf, const u8 *mac_addr) in bna_rxf_mcmac_get()
364 bna_rxf_mchandle_get(struct bna_rxf *rxf, int handle) in bna_rxf_mchandle_get()
376 bna_rxf_mchandle_attach(struct bna_rxf *rxf, u8 *mac_addr, int handle) in bna_rxf_mchandle_attach()
394 bna_rxf_mcast_del(struct bna_rxf *rxf, struct bna_mac *mac, in bna_rxf_mcast_del()
419 bna_rxf_mcast_cfg_apply(struct bna_rxf *rxf) in bna_rxf_mcast_cfg_apply()
447 bna_rxf_vlan_cfg_apply(struct bna_rxf *rxf) in bna_rxf_vlan_cfg_apply()
467 bna_rxf_mcast_cfg_reset(struct bna_rxf *rxf, enum bna_cleanup_type cleanup) in bna_rxf_mcast_cfg_reset()
495 bna_rxf_rss_cfg_apply(struct bna_rxf *rxf) in bna_rxf_rss_cfg_apply()
521 bna_rxf_cfg_apply(struct bna_rxf *rxf) in bna_rxf_cfg_apply()
548 bna_rxf_cfg_reset(struct bna_rxf *rxf) in bna_rxf_cfg_reset()
559 bna_rit_init(struct bna_rxf *rxf, int rit_size) in bna_rit_init()
573 bna_bfi_rxf_cfg_rsp(struct bna_rxf *rxf, struct bfi_msgq_mhdr *msghdr) in bna_bfi_rxf_cfg_rsp()
579 bna_bfi_rxf_ucast_set_rsp(struct bna_rxf *rxf, in bna_bfi_rxf_ucast_set_rsp()
594 bna_bfi_rxf_mcast_add_rsp(struct bna_rxf *rxf, in bna_bfi_rxf_mcast_add_rsp()
608 bna_rxf_init(struct bna_rxf *rxf, in bna_rxf_init()
651 bna_rxf_uninit(struct bna_rxf *rxf) in bna_rxf_uninit()
696 bna_rxf_start(struct bna_rxf *rxf) in bna_rxf_start()
710 bna_rxf_stop(struct bna_rxf *rxf) in bna_rxf_stop()
718 bna_rxf_fail(struct bna_rxf *rxf) in bna_rxf_fail()
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()
941 struct bna_rxf *rxf = &rx->rxf; in bna_rx_vlan_del()
954 bna_rxf_ucast_cfg_apply(struct bna_rxf *rxf) in bna_rxf_ucast_cfg_apply()
991 bna_rxf_ucast_cfg_reset(struct bna_rxf *rxf, enum bna_cleanup_type cleanup) in bna_rxf_ucast_cfg_reset()
1037 bna_rxf_promisc_cfg_apply(struct bna_rxf *rxf) in bna_rxf_promisc_cfg_apply()
1065 bna_rxf_promisc_cfg_reset(struct bna_rxf *rxf, enum bna_cleanup_type cleanup) in bna_rxf_promisc_cfg_reset()
1097 bna_rxf_allmulti_cfg_apply(struct bna_rxf *rxf) in bna_rxf_allmulti_cfg_apply()
1122 bna_rxf_allmulti_cfg_reset(struct bna_rxf *rxf, enum bna_cleanup_type cleanup) in bna_rxf_allmulti_cfg_reset()
1151 bna_rxf_promisc_enable(struct bna_rxf *rxf) in bna_rxf_promisc_enable()
1177 bna_rxf_promisc_disable(struct bna_rxf *rxf) in bna_rxf_promisc_disable()
1203 bna_rxf_allmulti_enable(struct bna_rxf *rxf) in bna_rxf_allmulti_enable()
1227 bna_rxf_allmulti_disable(struct bna_rxf *rxf) in bna_rxf_allmulti_disable()
1251 bna_rxf_vlan_strip_cfg_apply(struct bna_rxf *rxf) in bna_rxf_vlan_strip_cfg_apply()
2572 struct bna_rxf *rxf = &rx->rxf; in bna_rx_vlan_strip_enable()
2584 struct bna_rxf *rxf = &rx->rxf; in bna_rx_vlan_strip_disable()
2597 struct bna_rxf *rxf = &rx->rxf; in bna_rx_mode_set()
2664 struct bna_rxf *rxf = &rx->rxf; in bna_rx_vlanfilter_enable()