Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/controller/
H A Dxhci.c939 struct xhci_endpoint_ext *pepext; in xhci_check_transfer() local
979 pepext = &sc->sc_hw.devs[index].endp[epno]; in xhci_check_transfer()
987 if (pepext->trb_ep_mode != USB_EP_MODE_STREAMS || in xhci_check_transfer()
995 xfer = pepext->xfer[i + (XHCI_MAX_TRANSFERS * stream_id)]; in xhci_check_transfer()
1433 struct xhci_endpoint_ext *pepext; in xhci_set_address() local
1483 pepext = xhci_get_endpoint_ext(udev, in xhci_set_address()
1488 pepext->trb_halted = 1; in xhci_set_address()
1489 pepext->trb_running = 0; in xhci_set_address()
1493 &udev->ctrl_ep_desc, pepext, in xhci_set_address()
2392 struct usb_endpoint_descriptor *edesc, struct xhci_endpoint_ext *pepext, in xhci_configure_endpoint() argument
[all …]