Searched refs:total_pkt_count (Results 1 – 8 of 8) sorted by relevance
/linux/drivers/net/wireless/ath/ath9k/ |
H A D | antenna.c | 286 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 …]
|
H A D | ath9k.h | 914 u16 total_pkt_count; member
|
/linux/drivers/net/wireless/marvell/mwifiex/ |
H A D | wmm.c | 111 ra_list->total_pkt_count = 0; in mwifiex_wmm_allocate_ralist_node() 649 pkt_cnt += ra_list->total_pkt_count; in mwifiex_update_ralist_tx_pause() 653 ra_list->total_pkt_count; in mwifiex_update_ralist_tx_pause() 656 ra_list->total_pkt_count; in mwifiex_update_ralist_tx_pause() 692 pkt_cnt += ra_list->total_pkt_count; in mwifiex_update_ralist_tx_pause_in_tdls_cs() 696 ra_list->total_pkt_count; in mwifiex_update_ralist_tx_pause_in_tdls_cs() 699 ra_list->total_pkt_count; in mwifiex_update_ralist_tx_pause_in_tdls_cs() 757 priv->wmm.pkts_paused[i] -= ra_list->total_pkt_count; in mwifiex_wmm_del_peer_ra_list() 759 atomic_sub(ra_list->total_pkt_count, in mwifiex_wmm_del_peer_ra_list() 884 ra_list->total_pkt_count++; in mwifiex_wmm_add_buf_txqueue() [all …]
|
H A D | 11n_aggr.c | 194 pra_list->total_pkt_count--; in mwifiex_11n_aggregate_pkt() 267 pra_list->total_pkt_count++; in mwifiex_11n_aggregate_pkt()
|
H A D | tdls.c | 71 ra_list->total_pkt_count++; in mwifiex_restore_tdls_packets() 106 ra_list->total_pkt_count--; in mwifiex_hold_tdls_packets()
|
H A D | main.h | 300 u16 total_pkt_count; member
|
/linux/drivers/usb/cdns3/ |
H A D | cdnsp-ring.c | 2222 unsigned int total_pkt_count, max_pkt; in cdnsp_queue_isoc_tx() local 2261 total_pkt_count = DIV_ROUND_UP(td_len, max_pkt); in cdnsp_queue_isoc_tx() 2264 if (total_pkt_count == 0) in cdnsp_queue_isoc_tx() 2265 total_pkt_count++; in cdnsp_queue_isoc_tx() 2267 burst_count = cdnsp_get_burst_count(pdev, preq, total_pkt_count); in cdnsp_queue_isoc_tx() 2269 total_pkt_count); in cdnsp_queue_isoc_tx()
|
/linux/drivers/usb/host/ |
H A D | xhci-ring.c | 4034 unsigned int total_pkt_count, max_pkt; in xhci_queue_isoc_tx() local 4044 total_pkt_count = DIV_ROUND_UP(td_len, max_pkt); in xhci_queue_isoc_tx() 4047 if (total_pkt_count == 0) in xhci_queue_isoc_tx() 4048 total_pkt_count++; in xhci_queue_isoc_tx() 4049 burst_count = xhci_get_burst_count(xhci, urb, total_pkt_count); in xhci_queue_isoc_tx() 4051 urb, total_pkt_count); in xhci_queue_isoc_tx()
|