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

/haiku/src/add-ons/kernel/busses/usb/
H A Dxhci.h30 #define XHCI_ENDPOINT_RING_SIZE (XHCI_MAX_TRANSFERS * 2) macro
66 xhci_trb* trbs; // [XHCI_ENDPOINT_RING_SIZE]
76 struct xhci_trb *trbs; // [XHCI_MAX_ENDPOINTS - 1][XHCI_ENDPOINT_RING_SIZE]
H A Dxhci.cpp1154 memset(endpoint->trbs, 0, sizeof(xhci_trb) * XHCI_ENDPOINT_RING_SIZE);
1641 * XHCI_ENDPOINT_RING_SIZE, "XHCI endpoint trbs");
1908 endpoint->trbs = device->trbs + id * XHCI_ENDPOINT_RING_SIZE;
1910 + id * XHCI_ENDPOINT_RING_SIZE * sizeof(xhci_trb);
1912 sizeof(xhci_trb) * XHCI_ENDPOINT_RING_SIZE);
2027 if (eventdata == XHCI_ENDPOINT_RING_SIZE || next == XHCI_ENDPOINT_RING_SIZE) {
2684 && (source - endpoint->trb_addr) < (XHCI_ENDPOINT_RING_SIZE * sizeof(xhci_trb))) {

Completed in 22 milliseconds