Home
last modified time | relevance | path

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

/linux-6.15/drivers/usb/host/
H A Dxhci.c2548 if (ep_bw->ep_interval == 0) in xhci_get_ss_bw_consumed()
2550 (ep_bw->mult * ep_bw->num_packets * in xhci_get_ss_bw_consumed()
2552 return DIV_ROUND_UP(ep_bw->mult * ep_bw->num_packets * in xhci_get_ss_bw_consumed()
2554 1 << ep_bw->ep_interval); in xhci_get_ss_bw_consumed()
2559 struct xhci_bw_info *ep_bw, in xhci_drop_ep_from_interval_table() argument
2568 if (xhci_is_async_ep(ep_bw->type)) in xhci_drop_ep_from_interval_table()
2574 xhci_get_ss_bw_consumed(ep_bw); in xhci_drop_ep_from_interval_table()
2577 xhci_get_ss_bw_consumed(ep_bw); in xhci_drop_ep_from_interval_table()
2620 struct xhci_bw_info *ep_bw, in xhci_add_ep_to_interval_table() argument
2630 if (xhci_is_async_ep(ep_bw->type)) in xhci_add_ep_to_interval_table()
[all …]