Home
last modified time | relevance | path

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

/linux/drivers/usb/host/
H A Dxhci.c2366 unsigned int packets_transmitted = 0; in xhci_check_bw_table() local
2459 packets_transmitted = packets_remaining >> (i + 1); in xhci_check_bw_table()
2462 bw_added = packets_transmitted * (overhead + packet_size); in xhci_check_bw_table()
2474 } else if (packets_transmitted > 0) { in xhci_check_bw_table()