Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/usb/controller/
Dxhci.h39 #define XHCI_MAX_TRANSFERS 4 macro
330 XHCI_MAX_TRANSFERS) + XHCI_MAX_STREAMS];
388 struct usb_xfer *xfer[XHCI_MAX_TRANSFERS * XHCI_MAX_STREAMS];
Dxhci.c909 if (i == (XHCI_MAX_TRANSFERS - 1)) { in xhci_check_transfer()
918 xfer = pepext->xfer[i + (XHCI_MAX_TRANSFERS * stream_id)]; in xhci_check_transfer()
2365 XHCI_MAX_TRANSFERS * XHCI_MAX_STREAMS; in xhci_configure_endpoint()
2487 pepext->trb[x * XHCI_MAX_TRANSFERS].dwTrb3 = 0; in xhci_configure_endpoint_by_xfer()
2491 (x * XHCI_MAX_TRANSFERS * sizeof(struct xhci_trb)) + in xhci_configure_endpoint_by_xfer()
2495 pepext->trb[(XHCI_MAX_TRANSFERS * in xhci_configure_endpoint_by_xfer()
2499 pepext->trb[(XHCI_MAX_TRANSFERS * in xhci_configure_endpoint_by_xfer()
2501 pepext->trb[(XHCI_MAX_TRANSFERS * in xhci_configure_endpoint_by_xfer()
2744 trb += XHCI_MAX_TRANSFERS - 1; in xhci_alloc_device_ext()
2894 trb_limit = (XHCI_MAX_TRANSFERS - 2); in xhci_transfer_insert()
[all …]