Searched defs:HdfWriteReadBuf (Results 1 – 1 of 1) sorted by relevance
38 struct HdfWriteReadBuf { struct39 uint32_t writeSize; // bytes to write40 uint32_t writeConsumed; // bytes consumed by driver (for ERESTARTSYS)41 uint64_t writeBuffer;42 uint32_t readSize; // bytes to read43 uint32_t readConsumed; // bytes consumed by driver (for ERESTARTSYS)44 uint64_t readBuffer;45 int32_t cmdCode;