Searched defs:SPLIT_SIZE (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/USB/linux/
H A DUSBProxyDevice-linux.cpp1300 #define SPLIT_SIZE 0x4000 macro
1303 * Create a URB fragment of up to SPLIT_SIZE size and hook it
1328 pNew->KUrb.buffer_length = RT_MIN(cbLeft, SPLIT_SIZE);
1355 * Split it up into SPLIT_SIZE sized blocks.
1357 const unsigned cKUrbs = (pUrb->cbData + SPLIT_SIZE - 1) / SPLIT_SIZE;
1383 pUrbLnx->KUrb.buffer_length = RT_MIN(cbLeft, SPLIT_SIZE);

Completed in 1455 milliseconds