Searched refs:rxf (Results 1 – 8 of 8) sorted by relevance
33 #define bna_rxf_vlan_cfg_soft_reset(rxf) \ argument35 (rxf)->vlan_pending_bitmask = (u8)BFI_VLAN_BMASK_ALL; \36 (rxf)->vlan_strip_pending = true; \39 #define bna_rxf_rss_cfg_soft_reset(rxf) \ argument41 if ((rxf)->rss_status == BNA_STATUS_T_ENABLED) \42 (rxf)->rss_pending = (BNA_RSS_F_RIT_PENDING | \47 static int bna_rxf_cfg_apply(struct bna_rxf *rxf);48 static void bna_rxf_cfg_reset(struct bna_rxf *rxf);49 static int bna_rxf_ucast_cfg_apply(struct bna_rxf *rxf);50 static int bna_rxf_promisc_cfg_apply(struct bna_rxf *rxf);[all …]
83 #define call_rxf_stop_cbfn(rxf) \ argument85 if ((rxf)->stop_cbfn) { \88 cbfn = (rxf)->stop_cbfn; \89 cbarg = (rxf)->stop_cbarg; \90 (rxf)->stop_cbfn = NULL; \91 (rxf)->stop_cbarg = NULL; \96 #define call_rxf_start_cbfn(rxf) \ argument98 if ((rxf)->start_cbfn) { \101 cbfn = (rxf)->start_cbfn; \102 cbarg = (rxf)->start_cbarg; \[all …]
795 struct bna_rxf rxf; member
314 bna_bfi_rxf_cfg_rsp(&rx->rxf, msghdr); in bna_msgq_rsp_handler()320 bna_bfi_rxf_ucast_set_rsp(&rx->rxf, msghdr); in bna_msgq_rsp_handler()326 bna_bfi_rxf_mcast_add_rsp(&rx->rxf, msghdr); in bna_msgq_rsp_handler()
809 struct be_rxf_stats_v0 rxf; member2036 struct be_rxf_stats_v1 rxf; member2059 struct be_rxf_stats_v2 rxf; member
425 struct be_rxf_stats_v0 *rxf_stats = &hw_stats->rxf; in populate_be_v0_stats()474 struct be_rxf_stats_v1 *rxf_stats = &hw_stats->rxf; in populate_be_v1_stats()520 struct be_rxf_stats_v2 *rxf_stats = &hw_stats->rxf; in populate_be_v2_stats()
1533 ulong rxf = ndev->stats.rx_packets; in wil_info_debugfs_show() local1539 seq_printf(s, "Rx irqs:packets : %8d : %8ld\n", rx, rxf - rxf_old); in wil_info_debugfs_show()1541 rxf_old = rxf; in wil_info_debugfs_show()
195 u32 rxf; member