Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/host/
H A Dxhci.c2507 if (ep_bw->ep_interval == 0) in xhci_get_ss_bw_consumed()
2509 (ep_bw->mult * ep_bw->num_packets * in xhci_get_ss_bw_consumed()
2511 return DIV_ROUND_UP(ep_bw->mult * ep_bw->num_packets * in xhci_get_ss_bw_consumed()
2513 1 << ep_bw->ep_interval); in xhci_get_ss_bw_consumed()
2518 struct xhci_bw_info *ep_bw, in xhci_drop_ep_from_interval_table() argument
2527 if (xhci_is_async_ep(ep_bw->type)) in xhci_drop_ep_from_interval_table()
2533 xhci_get_ss_bw_consumed(ep_bw); in xhci_drop_ep_from_interval_table()
2536 xhci_get_ss_bw_consumed(ep_bw); in xhci_drop_ep_from_interval_table()
2579 struct xhci_bw_info *ep_bw, in xhci_add_ep_to_interval_table() argument
2589 if (xhci_is_async_ep(ep_bw->type)) in xhci_add_ep_to_interval_table()
[all …]