Home
last modified time | relevance | path

Searched refs:total_pkt_count (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/drivers/net/wireless/ath/ath9k/
Dantenna.c286 antcomb->total_pkt_count)) in ath_select_ant_div_from_quick_scan()
295 antcomb->total_pkt_count)) in ath_select_ant_div_from_quick_scan()
304 antcomb->total_pkt_count)) in ath_select_ant_div_from_quick_scan()
345 antcomb->total_pkt_count)) in ath_select_ant_div_from_quick_scan()
354 antcomb->total_pkt_count)) in ath_select_ant_div_from_quick_scan()
363 antcomb->total_pkt_count)) in ath_select_ant_div_from_quick_scan()
711 if (antcomb->total_pkt_count == ATH_ANT_DIV_COMB_SHORT_SCAN_PKTCOUNT) { in ath_ant_short_scan_check()
713 antcomb->total_pkt_count); in ath_ant_short_scan_check()
747 antcomb->total_pkt_count++; in ath_ant_comb_scan()
768 if (((antcomb->total_pkt_count < ATH_ANT_DIV_COMB_MAX_PKTCOUNT) || in ath_ant_comb_scan()
[all …]
Dath9k.h885 u16 total_pkt_count; member
/linux-4.4.14/drivers/net/wireless/mwifiex/
Dwmm.c108 ra_list->total_pkt_count = 0; in mwifiex_wmm_allocate_ralist_node()
644 pkt_cnt += ra_list->total_pkt_count; in mwifiex_update_ralist_tx_pause()
648 ra_list->total_pkt_count; in mwifiex_update_ralist_tx_pause()
651 ra_list->total_pkt_count; in mwifiex_update_ralist_tx_pause()
688 pkt_cnt += ra_list->total_pkt_count; in mwifiex_update_ralist_tx_pause_in_tdls_cs()
692 ra_list->total_pkt_count; in mwifiex_update_ralist_tx_pause_in_tdls_cs()
695 ra_list->total_pkt_count; in mwifiex_update_ralist_tx_pause_in_tdls_cs()
754 priv->wmm.pkts_paused[i] -= ra_list->total_pkt_count; in mwifiex_wmm_del_peer_ra_list()
756 atomic_sub(ra_list->total_pkt_count, in mwifiex_wmm_del_peer_ra_list()
887 ra_list->total_pkt_count++; in mwifiex_wmm_add_buf_txqueue()
[all …]
D11n_aggr.c214 pra_list->total_pkt_count--; in mwifiex_11n_aggregate_pkt()
290 pra_list->total_pkt_count++; in mwifiex_11n_aggregate_pkt()
Dtdls.c74 ra_list->total_pkt_count++; in mwifiex_restore_tdls_packets()
110 ra_list->total_pkt_count--; in mwifiex_hold_tdls_packets()
Dmain.h284 u16 total_pkt_count; member