Searched refs:ep_index_max (Results 1 – 3 of 3) sorted by relevance
2313 if (u.pinit->ep_index_max > 127) { in ugen_ioctl_post()2317 if (u.pinit->ep_index_max == 0) { in ugen_ioctl_post()2333 error = usb_fifo_alloc_buffer(f, 1, u.pinit->ep_index_max); in ugen_ioctl_post()2338 u.pinit->ep_index_max, M_USB, M_WAITOK | M_ZERO); in ugen_ioctl_post()2339 f->fs_ep_max = u.pinit->ep_index_max; in ugen_ioctl_post()
219 uint8_t ep_index_max; member
368 fs_init.ep_index_max = nMaxTransfer; in ugen20_tr_renew()