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

/haiku/src/add-ons/kernel/busses/usb/
H A Dxhci.h60 uint16 max_burst_payload; member in struct:xhci_endpoint
H A Dxhci.cpp966 // that a max_burst_payload boundary cannot be crossed within a TRB, but
969 size_t trbSize = endpoint->max_burst_payload;
2231 ep->max_burst_payload = (maxBurst + 1) * maxPacketSize;
2232 if (ep->max_burst_payload == 0) {
2233 TRACE_ERROR("ConfigureEndpoint() failed invalid max_burst_payload\n");
2248 // Under all other circumstances, we put max_burst_payload in a TRB.
2249 dwendpoint4 |= ENDPOINT_4_AVGTRBLENGTH(ep->max_burst_payload);

Completed in 69 milliseconds