Home
last modified time | relevance | path

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

/Linux-v4.19/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.h919 u16 total_pkt_count; member
/Linux-v4.19/drivers/net/wireless/marvell/mwifiex/
Dwmm.c108 ra_list->total_pkt_count = 0; in mwifiex_wmm_allocate_ralist_node()
653 pkt_cnt += ra_list->total_pkt_count; in mwifiex_update_ralist_tx_pause()
657 ra_list->total_pkt_count; in mwifiex_update_ralist_tx_pause()
660 ra_list->total_pkt_count; in mwifiex_update_ralist_tx_pause()
697 pkt_cnt += ra_list->total_pkt_count; in mwifiex_update_ralist_tx_pause_in_tdls_cs()
701 ra_list->total_pkt_count; in mwifiex_update_ralist_tx_pause_in_tdls_cs()
704 ra_list->total_pkt_count; in mwifiex_update_ralist_tx_pause_in_tdls_cs()
763 priv->wmm.pkts_paused[i] -= ra_list->total_pkt_count; in mwifiex_wmm_del_peer_ra_list()
765 atomic_sub(ra_list->total_pkt_count, in mwifiex_wmm_del_peer_ra_list()
892 ra_list->total_pkt_count++; in mwifiex_wmm_add_buf_txqueue()
[all …]
D11n_aggr.c208 pra_list->total_pkt_count--; in mwifiex_11n_aggregate_pkt()
284 pra_list->total_pkt_count++; in mwifiex_11n_aggregate_pkt()
Dtdls.c71 ra_list->total_pkt_count++; in mwifiex_restore_tdls_packets()
107 ra_list->total_pkt_count--; in mwifiex_hold_tdls_packets()
Dmain.h311 u16 total_pkt_count; member
/Linux-v4.19/drivers/usb/host/
Dxhci-ring.c3568 unsigned int total_pkt_count, max_pkt; in xhci_queue_isoc_tx() local
3578 total_pkt_count = DIV_ROUND_UP(td_len, max_pkt); in xhci_queue_isoc_tx()
3581 if (total_pkt_count == 0) in xhci_queue_isoc_tx()
3582 total_pkt_count++; in xhci_queue_isoc_tx()
3583 burst_count = xhci_get_burst_count(xhci, urb, total_pkt_count); in xhci_queue_isoc_tx()
3585 urb, total_pkt_count); in xhci_queue_isoc_tx()