Searched refs:rxf (Results 1 – 9 of 9) sorted by relevance
32 #define bna_rxf_vlan_cfg_soft_reset(rxf) \ argument34 (rxf)->vlan_pending_bitmask = (u8)BFI_VLAN_BMASK_ALL; \35 (rxf)->vlan_strip_pending = true; \38 #define bna_rxf_rss_cfg_soft_reset(rxf) \ argument40 if ((rxf)->rss_status == BNA_STATUS_T_ENABLED) \41 (rxf)->rss_pending = (BNA_RSS_F_RIT_PENDING | \46 static int bna_rxf_cfg_apply(struct bna_rxf *rxf);47 static void bna_rxf_cfg_reset(struct bna_rxf *rxf);48 static int bna_rxf_fltr_clear(struct bna_rxf *rxf);49 static int bna_rxf_ucast_cfg_apply(struct bna_rxf *rxf);[all …]
185 #define call_rxf_stop_cbfn(rxf) \ argument187 if ((rxf)->stop_cbfn) { \190 cbfn = (rxf)->stop_cbfn; \191 cbarg = (rxf)->stop_cbarg; \192 (rxf)->stop_cbfn = NULL; \193 (rxf)->stop_cbarg = NULL; \198 #define call_rxf_start_cbfn(rxf) \ argument200 if ((rxf)->start_cbfn) { \203 cbfn = (rxf)->start_cbfn; \204 cbarg = (rxf)->start_cbarg; \[all …]
313 bna_bfi_rxf_cfg_rsp(&rx->rxf, msghdr); in bna_msgq_rsp_handler()319 bna_bfi_rxf_ucast_set_rsp(&rx->rxf, msghdr); in bna_msgq_rsp_handler()325 bna_bfi_rxf_mcast_add_rsp(&rx->rxf, msghdr); in bna_msgq_rsp_handler()
812 struct bna_rxf rxf; member
1004 ulong rxf = ndev->stats.rx_packets; in wil_info_debugfs_show() local1010 seq_printf(s, "Rx irqs:packets : %8d : %8ld\n", rx, rxf - rxf_old); in wil_info_debugfs_show()1012 rxf_old = rxf; in wil_info_debugfs_show()
719 struct be_rxf_stats_v0 rxf; member1724 struct be_rxf_stats_v1 rxf; member1747 struct be_rxf_stats_v2 rxf; member
348 struct be_rxf_stats_v0 *rxf_stats = &hw_stats->rxf; in populate_be_v0_stats()397 struct be_rxf_stats_v1 *rxf_stats = &hw_stats->rxf; in populate_be_v1_stats()443 struct be_rxf_stats_v2 *rxf_stats = &hw_stats->rxf; in populate_be_v2_stats()
195 u32 rxf; member
749 u32 *rxf = (void *)dump_data->data; in iwl_mvm_fw_error_dump() local756 rxf[i] = iwl_trans_read_prph(mvm->trans, in iwl_mvm_fw_error_dump()