Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci.c2332 unsigned int packets_transmitted = 0; in xhci_check_bw_table() local
2425 packets_transmitted = packets_remaining >> (i + 1); in xhci_check_bw_table()
2428 bw_added = packets_transmitted * (overhead + packet_size); in xhci_check_bw_table()
2440 } else if (packets_transmitted > 0) { in xhci_check_bw_table()