Searched refs:total_pkt_count (Results 1 – 3 of 3) sorted by relevance
| /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 …]
|
| /linux/drivers/usb/cdns3/ |
| H A D | cdnsp-ring.c | 2225 unsigned int total_pkt_count, max_pkt; in cdnsp_queue_isoc_tx() local 2264 total_pkt_count = DIV_ROUND_UP(td_len, max_pkt); in cdnsp_queue_isoc_tx() 2267 if (total_pkt_count == 0) in cdnsp_queue_isoc_tx() 2268 total_pkt_count++; in cdnsp_queue_isoc_tx() 2270 burst_count = cdnsp_get_burst_count(pdev, preq, total_pkt_count); in cdnsp_queue_isoc_tx() 2272 total_pkt_count); in cdnsp_queue_isoc_tx()
|
| /linux/drivers/usb/host/ |
| H A D | xhci-ring.c | 4111 unsigned int total_pkt_count, max_pkt; in xhci_queue_isoc_tx() local 4121 total_pkt_count = DIV_ROUND_UP(td_len, max_pkt); in xhci_queue_isoc_tx() 4124 if (total_pkt_count == 0) in xhci_queue_isoc_tx() 4125 total_pkt_count++; in xhci_queue_isoc_tx() 4126 burst_count = xhci_get_burst_count(xhci, urb, total_pkt_count); in xhci_queue_isoc_tx() 4128 urb, total_pkt_count); in xhci_queue_isoc_tx()
|