HomeSort by: relevance | last modified time | path
    Searched defs:unp_ep (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/usb/
usbnet.c 78 struct usbd_pipe *unp_ep[USBNET_ENDPT_MAX]; member in struct:usbnet_private
375 usbd_clear_endpoint_stall_async(unp->unp_ep[USBNET_ENDPT_RX]);
447 usbd_clear_endpoint_stall_async(unp->unp_ep[USBNET_ENDPT_TX]);
480 usbd_clear_endpoint_stall_async(unp->unp_ep[USBNET_ENDPT_INTR]);
647 int err = usbd_create_xfer(unp->unp_ep[USBNET_ENDPT_RX],
736 int err = usbd_create_xfer(unp->unp_ep[USBNET_ENDPT_TX],
774 for (size_t i = 0; i < __arraycount(unp->unp_ep); i++) {
775 if (unp->unp_ep[i] == NULL)
777 usbd_close_pipe(unp->unp_ep[i]);
778 unp->unp_ep[i] = NULL
    [all...]

Completed in 94 milliseconds