Searched refs:XHCI_MAX_TRANSFERS (Results 1 – 2 of 2) sorted by relevance
37 #define XHCI_MAX_TRANSFERS 4 macro320 XHCI_MAX_TRANSFERS) + XHCI_MAX_STREAMS];378 struct usb_xfer *xfer[XHCI_MAX_TRANSFERS * XHCI_MAX_STREAMS];
924 for (i = 0; i != (XHCI_MAX_TRANSFERS - 1); i++) { in xhci_check_transfer()928 xfer = pepext->xfer[i + (XHCI_MAX_TRANSFERS * stream_id)]; in xhci_check_transfer()2377 XHCI_MAX_TRANSFERS * XHCI_MAX_STREAMS; in xhci_configure_endpoint()2499 pepext->trb[x * XHCI_MAX_TRANSFERS].dwTrb3 = 0; in xhci_configure_endpoint_by_xfer()2503 (x * XHCI_MAX_TRANSFERS * sizeof(struct xhci_trb)) + in xhci_configure_endpoint_by_xfer()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()[all …]