Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/usb/host/
Dxhci.c2315 unsigned int packets_transmitted = 0; in xhci_check_bw_table() local
2408 packets_transmitted = packets_remaining >> (i + 1); in xhci_check_bw_table()
2411 bw_added = packets_transmitted * (overhead + packet_size); in xhci_check_bw_table()
2423 } else if (packets_transmitted > 0) { in xhci_check_bw_table()