Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/usb/host/
Dxhci.c1948 u32 added_eps; in xhci_reserve_host_resources() local
1950 added_eps = xhci_count_num_new_endpoints(xhci, in_ctx); in xhci_reserve_host_resources()
1951 if (xhci->num_active_eps + added_eps > xhci->limit_active_eps) { in xhci_reserve_host_resources()
1954 xhci->num_active_eps, added_eps, in xhci_reserve_host_resources()
1958 xhci->num_active_eps += added_eps; in xhci_reserve_host_resources()
1959 xhci_dbg(xhci, "Adding %u ep ctxs, %u now active.\n", added_eps, in xhci_reserve_host_resources()