Home
last modified time | relevance | path

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

/dragonfly/sys/bus/u4b/controller/
H A Dxhci.h37 #define XHCI_MAX_TRANSFERS 4 macro
320 XHCI_MAX_TRANSFERS) + XHCI_MAX_STREAMS];
378 struct usb_xfer *xfer[XHCI_MAX_TRANSFERS * XHCI_MAX_STREAMS];
H A Dxhci.c924 for (i = 0; i != (XHCI_MAX_TRANSFERS - 1); i++) { in xhci_check_transfer()
2377 XHCI_MAX_TRANSFERS * XHCI_MAX_STREAMS; in xhci_configure_endpoint()
2507 pepext->trb[(XHCI_MAX_TRANSFERS * in xhci_configure_endpoint_by_xfer()
2511 pepext->trb[(XHCI_MAX_TRANSFERS * in xhci_configure_endpoint_by_xfer()
2513 pepext->trb[(XHCI_MAX_TRANSFERS * in xhci_configure_endpoint_by_xfer()
2757 trb += XHCI_MAX_TRANSFERS - 1; in xhci_alloc_device_ext()
2907 trb_limit = (XHCI_MAX_TRANSFERS - 2); in xhci_transfer_insert()
2948 if (inext >= (XHCI_MAX_TRANSFERS - 1)) in xhci_transfer_insert()
2955 i += id * XHCI_MAX_TRANSFERS; in xhci_transfer_insert()
2956 inext += id * XHCI_MAX_TRANSFERS; in xhci_transfer_insert()
[all …]