Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/busses/usb/
H A Dxhci.cpp1150 memset(endpoint->trbs, 0, sizeof(xhci_trb) * XHCI_ENDPOINT_RING_SIZE); in CancelQueuedTransfers()
1645 * XHCI_ENDPOINT_RING_SIZE, "XHCI endpoint trbs"); in AllocateDevice()
1912 endpoint->trbs = device->trbs + id * XHCI_ENDPOINT_RING_SIZE; in _InsertEndpointForPipe()
1914 + id * XHCI_ENDPOINT_RING_SIZE * sizeof(xhci_trb); in _InsertEndpointForPipe()
1916 sizeof(xhci_trb) * XHCI_ENDPOINT_RING_SIZE); in _InsertEndpointForPipe()
2031 if (eventdata == XHCI_ENDPOINT_RING_SIZE || next == XHCI_ENDPOINT_RING_SIZE) { in _LinkDescriptorForPipe()
2692 && (source - endpoint->trb_addr) < (XHCI_ENDPOINT_RING_SIZE * sizeof(xhci_trb))) { in HandleTransferComplete()
H A Dxhci.h30 #define XHCI_ENDPOINT_RING_SIZE (XHCI_MAX_TRANSFERS * 2) macro