Home
last modified time | relevance | path

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

/linux-6.15/drivers/usb/host/
H A Dxhci.c2363 unsigned int bw_used; in xhci_check_bw_table() local
2488 bw_used += bw_added; in xhci_check_bw_table()
2489 if (bw_used > max_bandwidth) { in xhci_check_bw_table()
2492 bw_used, max_bandwidth); in xhci_check_bw_table()
2503 bw_used += overhead + packet_size; in xhci_check_bw_table()
2510 bw_used += TT_HS_OVERHEAD * in xhci_check_bw_table()
2517 bw_used, max_bandwidth, bw_reserved, in xhci_check_bw_table()
2521 bw_used += bw_reserved; in xhci_check_bw_table()
2522 if (bw_used > max_bandwidth) { in xhci_check_bw_table()
2524 bw_used, max_bandwidth); in xhci_check_bw_table()
[all …]
H A Dxhci.h727 unsigned int bw_used; member