HomeSort by: relevance | last modified time | path
    Searched refs:usc_rx_intr_pipe (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/usb/
if_athn_usb.h 477 struct usbd_pipe *usc_rx_intr_pipe; member in struct:athn_usb_softc
if_athn_usb.c 616 USBD_SHORT_XFER_OK, &usc->usc_rx_intr_pipe, usc, usc->usc_ibuf,
660 if (usc->usc_rx_intr_pipe != NULL)
661 usbd_abort_pipe(usc->usc_rx_intr_pipe);
674 athn_usb_kill_pipe(&usc->usc_rx_intr_pipe);
2098 usbd_clear_endpoint_stall_async(usc->usc_rx_intr_pipe);

Completed in 13 milliseconds