Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/usb/
Dusb_ioctl.h211 uint8_t ep_index_max; member
Dusb_generic.c2436 if (u.pinit->ep_index_max > 127) { in ugen_ioctl_post()
2440 if (u.pinit->ep_index_max == 0) { in ugen_ioctl_post()
2456 error = usb_fifo_alloc_buffer(f, 1, u.pinit->ep_index_max); in ugen_ioctl_post()
2461 u.pinit->ep_index_max, M_USB, M_WAITOK | M_ZERO); in ugen_ioctl_post()
2467 f->fs_ep_max = u.pinit->ep_index_max; in ugen_ioctl_post()