Searched refs:ep_handle (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/mips/cavium/usb/ |
| H A D | octusb.c | 150 int ep_handle; in octusb_host_alloc_endpoint() local 161 ep_handle = cvmx_usb_open_pipe( in octusb_host_alloc_endpoint() 176 if (ep_handle < 0) { in octusb_host_alloc_endpoint() 177 DPRINTFN(1, "cvmx_usb_open_pipe failed: %d\n", ep_handle); in octusb_host_alloc_endpoint() 183 ep_handle, td->qh->ep_toggle_next); in octusb_host_alloc_endpoint() 192 td->qh->ep_handle = ep_handle; in octusb_host_alloc_endpoint() 212 td->qh->ep_handle, td->qh->fixup_handle); in octusb_host_free_endpoint() 306 td->qh->ep_handle, td->qh->fixup_phys, in octusb_host_control_header_tx() 414 td->qh->ep_handle, td->qh->fixup_phys, in octusb_host_control_status_tx() 497 td->qh->ep_handle, 1, CVMX_USB_ISOCHRONOUS_FLAGS_ALLOW_SHORT | in octusb_non_control_data_tx() [all …]
|
| H A D | octusb.h | 91 int ep_handle; member
|