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.h38 #define XHCI_MAX_TRANSFERS 4 macro
329 XHCI_MAX_TRANSFERS) + XHCI_MAX_STREAMS];
387 struct usb_xfer *xfer[XHCI_MAX_TRANSFERS * XHCI_MAX_STREAMS];
Dxhci.c905 if (i == (XHCI_MAX_TRANSFERS - 1)) { in xhci_check_transfer()
914 xfer = pepext->xfer[i + (XHCI_MAX_TRANSFERS * stream_id)]; in xhci_check_transfer()
2345 XHCI_MAX_TRANSFERS * XHCI_MAX_STREAMS; in xhci_configure_endpoint()
2467 pepext->trb[x * XHCI_MAX_TRANSFERS].dwTrb3 = 0; in xhci_configure_endpoint_by_xfer()
2471 (x * XHCI_MAX_TRANSFERS * sizeof(struct xhci_trb)) + in xhci_configure_endpoint_by_xfer()
2475 pepext->trb[(XHCI_MAX_TRANSFERS * in xhci_configure_endpoint_by_xfer()
2479 pepext->trb[(XHCI_MAX_TRANSFERS * in xhci_configure_endpoint_by_xfer()
2481 pepext->trb[(XHCI_MAX_TRANSFERS * in xhci_configure_endpoint_by_xfer()
2722 trb += XHCI_MAX_TRANSFERS - 1; in xhci_alloc_device_ext()
2872 trb_limit = (XHCI_MAX_TRANSFERS - 2); in xhci_transfer_insert()
[all …]