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_fltr_clear(struct bna_rxf *rxf);50 static int bna_rxf_ucast_cfg_apply(struct bna_rxf *rxf);[all …]
186 #define call_rxf_stop_cbfn(rxf) \ argument188 if ((rxf)->stop_cbfn) { \191 cbfn = (rxf)->stop_cbfn; \192 cbarg = (rxf)->stop_cbarg; \193 (rxf)->stop_cbfn = NULL; \194 (rxf)->stop_cbarg = NULL; \199 #define call_rxf_start_cbfn(rxf) \ argument201 if ((rxf)->start_cbfn) { \204 cbfn = (rxf)->start_cbfn; \205 cbarg = (rxf)->start_cbarg; \[all …]
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()
813 struct bna_rxf rxf; member
1152 ulong rxf = ndev->stats.rx_packets; in wil_info_debugfs_show() local1158 seq_printf(s, "Rx irqs:packets : %8d : %8ld\n", rx, rxf - rxf_old); in wil_info_debugfs_show()1160 rxf_old = rxf; in wil_info_debugfs_show()
735 struct be_rxf_stats_v0 rxf; member1927 struct be_rxf_stats_v1 rxf; member1950 struct be_rxf_stats_v2 rxf; member
351 struct be_rxf_stats_v0 *rxf_stats = &hw_stats->rxf; in populate_be_v0_stats()400 struct be_rxf_stats_v1 *rxf_stats = &hw_stats->rxf; in populate_be_v1_stats()446 struct be_rxf_stats_v2 *rxf_stats = &hw_stats->rxf; in populate_be_v2_stats()
195 u32 rxf; member