Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/host/
H A Dxhci.c2348 unsigned int packets_transmitted = 0; in xhci_check_bw_table() local
2441 packets_transmitted = packets_remaining >> (i + 1); in xhci_check_bw_table()
2444 bw_added = packets_transmitted * (overhead + packet_size); in xhci_check_bw_table()
2456 } else if (packets_transmitted > 0) { in xhci_check_bw_table()