Searched refs:num_active_eps (Results 1 – 3 of 3) sorted by relevance
2291 if (xhci->num_active_eps + added_eps > xhci->limit_active_eps) { in xhci_reserve_host_resources()2295 xhci->num_active_eps, added_eps, in xhci_reserve_host_resources()2299 xhci->num_active_eps += added_eps; in xhci_reserve_host_resources()2302 xhci->num_active_eps); in xhci_reserve_host_resources()2318 xhci->num_active_eps -= num_failed_eps; in xhci_free_host_resources()2322 xhci->num_active_eps); in xhci_free_host_resources()2337 xhci->num_active_eps -= num_dropped_eps; in xhci_finish_resource_reservation()2342 xhci->num_active_eps); in xhci_finish_resource_reservation()2955 xhci->num_active_eps); in xhci_configure_endpoint()3783 xhci->num_active_eps -= num_dropped_eps; in xhci_free_device_endpoint_resources()[all …]
1903 unsigned int num_active_eps; member
1908 xhci->num_active_eps = 0; in xhci_mem_cleanup()