Searched refs:total_pkt_count (Results 1 – 5 of 5) sorted by relevance
194 pra_list->total_pkt_count--; in mwifiex_11n_aggregate_pkt()267 pra_list->total_pkt_count++; in mwifiex_11n_aggregate_pkt()
71 ra_list->total_pkt_count++; in mwifiex_restore_tdls_packets()106 ra_list->total_pkt_count--; in mwifiex_hold_tdls_packets()
2225 unsigned int total_pkt_count, max_pkt; in cdnsp_queue_isoc_tx() local2264 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()
4111 unsigned int total_pkt_count, max_pkt; in xhci_queue_isoc_tx() local4121 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()
913 u16 total_pkt_count; member