Home
last modified time | relevance | path

Searched refs:pepext (Results 1 – 1 of 1) sorted by relevance

/third_party/FreeBSD/sys/dev/usb/controller/
Dxhci.c862 struct xhci_endpoint_ext *pepext; in xhci_check_transfer() local
902 pepext = &sc->sc_hw.devs[index].endp[epno]; in xhci_check_transfer()
910 if (pepext->trb_ep_mode != USB_EP_MODE_STREAMS || in xhci_check_transfer()
918 xfer = pepext->xfer[i + (XHCI_MAX_TRANSFERS * stream_id)]; in xhci_check_transfer()
1347 struct xhci_endpoint_ext *pepext; in xhci_set_address() local
1397 pepext = xhci_get_endpoint_ext(udev, in xhci_set_address()
1402 pepext->trb_halted = 1; in xhci_set_address()
1403 pepext->trb_running = 0; in xhci_set_address()
1407 &udev->ctrl_ep_desc, pepext, in xhci_set_address()
2314 struct usb_endpoint_descriptor *edesc, struct xhci_endpoint_ext *pepext, in xhci_configure_endpoint() argument
[all …]