Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/usb/
Dusb_request.c200 struct usb_endpoint *ep_first; in usb_do_clear_stall_callback() local
212 ep_first = udev->endpoints; in usb_do_clear_stall_callback()
241 if ((ep < ep_first) || (ep >= ep_end)) in usb_do_clear_stall_callback()
242 ep = ep_first; /* endpoint wrapped around */ in usb_do_clear_stall_callback()