Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/marvell/mwifiex/
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()
/linux/drivers/usb/cdns3/
H A Dcdnsp-ring.c2225 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 Dxhci-ring.c4111 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()
/linux/drivers/net/wireless/ath/ath9k/
H A Dath9k.h913 u16 total_pkt_count; member