Lines Matching refs:pipeh
719 error = usbd_open_pipe(sc->sc_iface, rxq->pipe_no, 0, &rxq->pipeh); in run_alloc_rx_ring()
750 if (rxq->pipeh != NULL) { in run_free_rx_ring()
751 usbd_close_pipe(rxq->pipeh); in run_free_rx_ring()
752 rxq->pipeh = NULL; in run_free_rx_ring()
774 error = usbd_open_pipe(sc->sc_iface, txq->pipe_no, 0, &txq->pipeh); in run_alloc_tx_ring()
808 if (txq->pipeh != NULL) { in run_free_tx_ring()
809 usbd_close_pipe(txq->pipeh); in run_free_tx_ring()
810 txq->pipeh = NULL; in run_free_tx_ring()
2336 usbd_clear_endpoint_stall_async(sc->rxq.pipeh); in run_rxeof()
2370 usbd_setup_xfer(xfer, sc->rxq.pipeh, data, data->buf, RUN_MAX_RXSZ, in run_rxeof()
2391 usbd_clear_endpoint_stall_async(txq->pipeh); in run_txeof()
2518 usbd_setup_xfer(data->xfer, ring->pipeh, data, data->buf, xferlen, in run_tx()
4703 usbd_setup_xfer(data->xfer, sc->rxq.pipeh, data, data->buf, in run_init()