Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/host/
H A Dxhci.c2320 unsigned int bw_used; in xhci_check_bw_table() local
2445 bw_used += bw_added; in xhci_check_bw_table()
2446 if (bw_used > max_bandwidth) { in xhci_check_bw_table()
2449 bw_used, max_bandwidth); in xhci_check_bw_table()
2460 bw_used += overhead + packet_size; in xhci_check_bw_table()
2469 bw_used += TT_HS_OVERHEAD * in xhci_check_bw_table()
2476 bw_used, max_bandwidth, bw_reserved, in xhci_check_bw_table()
2480 bw_used += bw_reserved; in xhci_check_bw_table()
2481 if (bw_used > max_bandwidth) { in xhci_check_bw_table()
2483 bw_used, max_bandwidth); in xhci_check_bw_table()
[all …]
H A Dxhci.h1003 unsigned int bw_used; member