Searched refs:bytesPerInterval (Results 1 - 4 of 4) sorted by relevance

/haiku/src/add-ons/kernel/bus_managers/usb/
H A DPipe.cpp53 Pipe::InitSuperSpeed(uint8 maxBurst, uint16 bytesPerInterval) argument
56 fBytesPerInterval = bytesPerInterval;
H A Dusb_private.h328 uint16 bytesPerInterval);
/haiku/src/add-ons/kernel/busses/usb/
H A Dxhci.h144 uint16 bytesPerInterval);
H A Dxhci.cpp2152 uint8 maxBurst, uint16 bytesPerInterval)
2257 // method if bytesPerInterval is 0.
2258 if (speed == USB_SPEED_SUPERSPEED && bytesPerInterval != 0)
2259 dwendpoint4 |= ENDPOINT_4_MAXESITPAYLOAD(bytesPerInterval);
2150 ConfigureEndpoint(xhci_endpoint* ep, uint8 slot, uint8 number, uint8 type, bool directionIn, uint16 interval, uint16 maxPacketSize, usb_speed speed, uint8 maxBurst, uint16 bytesPerInterval) argument

Completed in 86 milliseconds