Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/usb/host/
Dxhci.c2153 u32 added_eps; in xhci_reserve_host_resources() local
2155 added_eps = xhci_count_num_new_endpoints(xhci, ctrl_ctx); in xhci_reserve_host_resources()
2156 if (xhci->num_active_eps + added_eps > xhci->limit_active_eps) { in xhci_reserve_host_resources()
2160 xhci->num_active_eps, added_eps, in xhci_reserve_host_resources()
2164 xhci->num_active_eps += added_eps; in xhci_reserve_host_resources()
2166 "Adding %u ep ctxs, %u now active.", added_eps, in xhci_reserve_host_resources()