Home
last modified time | relevance | path

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

/openbmc/linux/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()
747 antcomb->total_pkt_count++; in ath_ant_comb_scan()
772 if (antcomb->total_pkt_count) { in ath_ant_comb_scan()
776 antcomb->total_pkt_count); in ath_ant_comb_scan()
778 antcomb->total_pkt_count); in ath_ant_comb_scan()
[all …]
H A Dath9k.h913 u16 total_pkt_count; member
/openbmc/linux/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()
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()
888 ra_list->total_pkt_count++; in mwifiex_wmm_add_buf_txqueue()
1254 ptr->total_pkt_count--; in mwifiex_send_single_packet()
1278 ptr->total_pkt_count++; in mwifiex_send_single_packet()
1334 ptr->total_pkt_count--; in mwifiex_send_processed_packet()
[all …]
H A D11n_aggr.c194 pra_list->total_pkt_count--; in mwifiex_11n_aggregate_pkt()
267 pra_list->total_pkt_count++; in mwifiex_11n_aggregate_pkt()
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
/openbmc/linux/drivers/usb/cdns3/
H A Dcdnsp-ring.c2235 unsigned int total_pkt_count, max_pkt; in cdnsp_queue_isoc_tx() local
2274 total_pkt_count = DIV_ROUND_UP(td_len, max_pkt); in cdnsp_queue_isoc_tx()
2277 if (total_pkt_count == 0) in cdnsp_queue_isoc_tx()
2278 total_pkt_count++; in cdnsp_queue_isoc_tx()
2280 burst_count = cdnsp_get_burst_count(pdev, preq, total_pkt_count); in cdnsp_queue_isoc_tx()
2282 total_pkt_count); in cdnsp_queue_isoc_tx()
/openbmc/linux/drivers/usb/host/
H A Dxhci-ring.c4134 unsigned int total_pkt_count, max_pkt; in xhci_queue_isoc_tx() local
4144 total_pkt_count = DIV_ROUND_UP(td_len, max_pkt); in xhci_queue_isoc_tx()
4147 if (total_pkt_count == 0) in xhci_queue_isoc_tx()
4148 total_pkt_count++; in xhci_queue_isoc_tx()
4149 burst_count = xhci_get_burst_count(xhci, urb, total_pkt_count); in xhci_queue_isoc_tx()
4151 urb, total_pkt_count); in xhci_queue_isoc_tx()