Home
last modified time | relevance | path

Searched refs:total_pkt_count (Results 1 - 15 of 15) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/
H A 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_PKTCOUN in ath_ant_comb_scan()
[all...]
H A Dath9k.h913 u16 total_pkt_count; member
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/
H A 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_PKTCOUN in ath_ant_comb_scan()
[all...]
H A Dath9k.h913 u16 total_pkt_count; member
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/mwifiex/
H A Dwmm.c123 ra_list->total_pkt_count = 0; in mwifiex_wmm_allocate_ralist_node()
665 pkt_cnt += ra_list->total_pkt_count; in mwifiex_update_ralist_tx_pause()
669 ra_list->total_pkt_count; in mwifiex_update_ralist_tx_pause()
672 ra_list->total_pkt_count; in mwifiex_update_ralist_tx_pause()
708 pkt_cnt += ra_list->total_pkt_count; in mwifiex_update_ralist_tx_pause_in_tdls_cs()
712 ra_list->total_pkt_count; in mwifiex_update_ralist_tx_pause_in_tdls_cs()
715 ra_list->total_pkt_count; in mwifiex_update_ralist_tx_pause_in_tdls_cs()
773 priv->wmm.pkts_paused[i] -= ra_list->total_pkt_count; in mwifiex_wmm_del_peer_ra_list()
775 atomic_sub(ra_list->total_pkt_count, in mwifiex_wmm_del_peer_ra_list()
900 ra_list->total_pkt_count in mwifiex_wmm_add_buf_txqueue()
[all...]
H A D11n_aggr.c206 pra_list->total_pkt_count--;
279 pra_list->total_pkt_count++;
H A Dtdls.c71 ra_list->total_pkt_count++; in mwifiex_restore_tdls_packets()
106 ra_list->total_pkt_count--; in mwifiex_hold_tdls_packets()
H A Dmain.h312 u16 total_pkt_count; member
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/mwifiex/
H A Dwmm.c111 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()
696 pkt_cnt += ra_list->total_pkt_count; in mwifiex_update_ralist_tx_pause_in_tdls_cs()
700 ra_list->total_pkt_count; in mwifiex_update_ralist_tx_pause_in_tdls_cs()
703 ra_list->total_pkt_count; in mwifiex_update_ralist_tx_pause_in_tdls_cs()
761 priv->wmm.pkts_paused[i] -= ra_list->total_pkt_count; in mwifiex_wmm_del_peer_ra_list()
763 atomic_sub(ra_list->total_pkt_count, in mwifiex_wmm_del_peer_ra_list()
888 ra_list->total_pkt_count in mwifiex_wmm_add_buf_txqueue()
[all...]
H A D11n_aggr.c194 pra_list->total_pkt_count--;
267 pra_list->total_pkt_count++;
H A Dtdls.c71 ra_list->total_pkt_count++; in mwifiex_restore_tdls_packets()
106 ra_list->total_pkt_count--; in mwifiex_hold_tdls_packets()
H A Dmain.h302 u16 total_pkt_count; member
/kernel/linux/linux-6.6/drivers/usb/cdns3/
H A Dcdnsp-ring.c2205 unsigned int total_pkt_count, max_pkt; in cdnsp_queue_isoc_tx() local
2244 total_pkt_count = DIV_ROUND_UP(td_len, max_pkt); in cdnsp_queue_isoc_tx()
2247 if (total_pkt_count == 0) in cdnsp_queue_isoc_tx()
2248 total_pkt_count++; in cdnsp_queue_isoc_tx()
2250 burst_count = cdnsp_get_burst_count(pdev, preq, total_pkt_count); in cdnsp_queue_isoc_tx()
2252 total_pkt_count); in cdnsp_queue_isoc_tx()
/kernel/linux/linux-5.10/drivers/usb/host/
H A Dxhci-ring.c3932 unsigned int total_pkt_count, max_pkt; in xhci_queue_isoc_tx() local
3942 total_pkt_count = DIV_ROUND_UP(td_len, max_pkt); in xhci_queue_isoc_tx()
3945 if (total_pkt_count == 0) in xhci_queue_isoc_tx()
3946 total_pkt_count++; in xhci_queue_isoc_tx()
3947 burst_count = xhci_get_burst_count(xhci, urb, total_pkt_count); in xhci_queue_isoc_tx()
3949 urb, total_pkt_count); in xhci_queue_isoc_tx()
/kernel/linux/linux-6.6/drivers/usb/host/
H A Dxhci-ring.c4082 unsigned int total_pkt_count, max_pkt; in xhci_queue_isoc_tx() local
4092 total_pkt_count = DIV_ROUND_UP(td_len, max_pkt); in xhci_queue_isoc_tx()
4095 if (total_pkt_count == 0) in xhci_queue_isoc_tx()
4096 total_pkt_count++; in xhci_queue_isoc_tx()
4097 burst_count = xhci_get_burst_count(xhci, urb, total_pkt_count); in xhci_queue_isoc_tx()
4099 urb, total_pkt_count); in xhci_queue_isoc_tx()

Completed in 36 milliseconds