epipe 752 dev/usb/ehci.c struct ehci_pipe *epipe = (struct ehci_pipe *)xfer->pipe; epipe 784 dev/usb/ehci.c DPRINTFN(/*10*/2, ("ehci_idone: xfer=%p, pipe=%p ready\n", xfer, epipe)); epipe 826 dev/usb/ehci.c ehci_dump_sqh(epipe->sqh); epipe 1157 dev/usb/ehci.c struct ehci_pipe *epipe = (struct ehci_pipe *)pipe; epipe 1160 dev/usb/ehci.c epipe, epipe->sqh->qh.qh_qtd.qtd_status)); epipe 1166 dev/usb/ehci.c if ((epipe->sqh->qh.qh_qtd.qtd_status & htole32(EHCI_QTD_ACTIVE)) != 0) epipe 1169 dev/usb/ehci.c epipe->sqh->qh.qh_qtd.qtd_status &= htole32(~EHCI_QTD_TOGGLE_MASK); epipe 1317 dev/usb/ehci.c struct ehci_pipe *epipe = (struct ehci_pipe *)pipe; epipe 1395 dev/usb/ehci.c epipe->sqh = sqh; epipe 1400 dev/usb/ehci.c 0, &epipe->u.ctl.reqdma); epipe 2228 dev/usb/ehci.c ehci_alloc_sqtd_chain(struct ehci_pipe *epipe, ehci_softc_t *sc, int alen, epipe 2241 dev/usb/ehci.c iscontrol = (epipe->pipe.endpoint->edesc->bmAttributes & UE_XFERTYPE) == epipe 2249 dev/usb/ehci.c mps = UGETW(epipe->pipe.endpoint->edesc->wMaxPacketSize); epipe 2392 dev/usb/ehci.c struct ehci_pipe *epipe = (struct ehci_pipe *)pipe; epipe 2394 dev/usb/ehci.c ehci_soft_qh_t *sqh = epipe->sqh; epipe 2402 dev/usb/ehci.c ehci_free_sqh(sc, epipe->sqh); epipe 2419 dev/usb/ehci.c struct ehci_pipe *epipe = (struct ehci_pipe *)xfer->pipe; epipe 2420 dev/usb/ehci.c ehci_softc_t *sc = (ehci_softc_t *)epipe->pipe.device->bus; epipe 2421 dev/usb/ehci.c ehci_soft_qh_t *sqh = epipe->sqh; epipe 2428 dev/usb/ehci.c DPRINTF(("ehci_abort_xfer: xfer=%p pipe=%p\n", xfer, epipe)); epipe 2435 dev/usb/ehci.c usb_rem_task(epipe->pipe.device, &exfer->abort_task); epipe 2469 dev/usb/ehci.c usb_rem_task(epipe->pipe.device, &exfer->abort_task); epipe 2615 dev/usb/ehci.c struct ehci_pipe *epipe = (struct ehci_pipe *)exfer->xfer.pipe; epipe 2616 dev/usb/ehci.c ehci_softc_t *sc = (ehci_softc_t *)epipe->pipe.device->bus; epipe 2757 dev/usb/ehci.c struct ehci_pipe *epipe = (struct ehci_pipe *)xfer->pipe; epipe 2759 dev/usb/ehci.c usbd_device_handle dev = epipe->pipe.device; epipe 2776 dev/usb/ehci.c epipe->pipe.endpoint->edesc->bEndpointAddress)); epipe 2789 dev/usb/ehci.c sqh = epipe->sqh; epipe 2790 dev/usb/ehci.c epipe->u.ctl.length = len; epipe 2800 dev/usb/ehci.c EHCI_QH_SET_MPL(UGETW(epipe->pipe.endpoint->edesc->wMaxPacketSize)) epipe 2807 dev/usb/ehci.c err = ehci_alloc_sqtd_chain(epipe, sc, len, isread, xfer, epipe 2819 dev/usb/ehci.c memcpy(KERNADDR(&epipe->u.ctl.reqdma, 0), req, sizeof(*req)); epipe 2828 dev/usb/ehci.c setup->qtd.qtd_buffer[0] = htole32(DMAADDR(&epipe->u.ctl.reqdma, 0)); epipe 2923 dev/usb/ehci.c struct ehci_pipe *epipe = (struct ehci_pipe *)xfer->pipe; epipe 2924 dev/usb/ehci.c usbd_device_handle dev = epipe->pipe.device; epipe 2944 dev/usb/ehci.c endpt = epipe->pipe.endpoint->edesc->bEndpointAddress; epipe 2946 dev/usb/ehci.c sqh = epipe->sqh; epipe 2948 dev/usb/ehci.c epipe->u.bulk.length = len; epipe 2950 dev/usb/ehci.c err = ehci_alloc_sqtd_chain(epipe, sc, len, isread, xfer, &data, epipe 3098 dev/usb/ehci.c struct ehci_pipe *epipe = (struct ehci_pipe *)xfer->pipe; epipe 3119 dev/usb/ehci.c endpt = epipe->pipe.endpoint->edesc->bEndpointAddress; epipe 3121 dev/usb/ehci.c sqh = epipe->sqh; epipe 3123 dev/usb/ehci.c epipe->u.intr.length = len; epipe 3125 dev/usb/ehci.c err = ehci_alloc_sqtd_chain(epipe, sc, len, isread, xfer, &data, epipe 3196 dev/usb/ehci.c struct ehci_pipe *epipe = (struct ehci_pipe *)pipe; epipe 3199 dev/usb/ehci.c isp = &sc->sc_islots[epipe->sqh->islot]; epipe 3209 dev/usb/ehci.c struct ehci_pipe *epipe = (struct ehci_pipe *)xfer->pipe; epipe 3221 dev/usb/ehci.c len = epipe->u.intr.length; epipe 3223 dev/usb/ehci.c endpt = epipe->pipe.endpoint->edesc->bEndpointAddress; epipe 3225 dev/usb/ehci.c sqh = epipe->sqh; epipe 3227 dev/usb/ehci.c err = ehci_alloc_sqtd_chain(epipe, sc, len, isread, xfer,