Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/usb/host/
Dxhci.c2301 unsigned int packets_transmitted = 0; in xhci_check_bw_table() local
2394 packets_transmitted = packets_remaining >> (i + 1); in xhci_check_bw_table()
2397 bw_added = packets_transmitted * (overhead + packet_size); in xhci_check_bw_table()
2409 } else if (packets_transmitted > 0) { in xhci_check_bw_table()