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

  /src/sys/dev/usb/
ugen.c 148 struct usbd_pipe *pipeh; member in struct:ugen_endpoint
633 edesc->bEndpointAddress, 0, &sce->pipeh);
656 USBD_SHORT_XFER_OK, &sce->pipeh, sce,
670 edesc->bEndpointAddress, 0, &sce->pipeh);
699 edesc->bEndpointAddress, 0, &sce->pipeh);
708 err = usbd_create_xfer(sce->pipeh,
729 usbd_close_pipe(sce->pipeh);
730 sce->pipeh = NULL;
772 if (sce->pipeh == NULL)
777 usbd_abort_pipe(sce->pipeh);
    [all...]
if_runvar.h 94 struct usbd_pipe * pipeh; member in struct:run_tx_ring
102 struct usbd_pipe * pipeh; member in struct:run_rx_ring
if_run.c 838 error = usbd_open_pipe(sc->sc_iface, rxq->pipe_no, 0, &rxq->pipeh);
847 error = usbd_create_xfer(sc->rxq.pipeh, RUN_MAX_RXSZ,
865 if (rxq->pipeh != NULL) {
866 usbd_abort_pipe(rxq->pipeh);
873 if (rxq->pipeh != NULL) {
874 usbd_close_pipe(rxq->pipeh);
875 rxq->pipeh = NULL;
892 error = usbd_open_pipe(sc->sc_iface, txq->pipe_no, 0, &txq->pipeh);
902 error = usbd_create_xfer(txq->pipeh, RUN_MAX_TXSZ,
922 if (txq->pipeh != NULL)
    [all...]
if_upgt.c 2389 struct usbd_pipe *pipeh, uint32_t *size, int flags)
2393 status = usbd_bulk_transfer(data->xfer, pipeh, flags, UPGT_USB_TIMEOUT,

Completed in 131 milliseconds