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

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/message/fusion/
H A Dmptctl.h267 * dataOutSize - num bytes for data transfer out (write)
286 int dataOutSize; member in struct:mpt_ioctl_command
305 int dataOutSize; member in struct:mpt_ioctl_command32
H A Dmptctl.c1865 if (karg.dataOutSize > 0)
1953 * on the dataOutSize (ordering issue with Sparc).
1955 if (karg.dataOutSize > 0 ) {
1957 dataSize = karg.dataOutSize;
2010 * on the dataOutSize (ordering issue with Sparc).
2012 if (karg.dataOutSize > 0 ) {
2014 dataSize = karg.dataOutSize;
2099 if (karg.dataOutSize > 0 )
2120 if (karg.dataOutSize > 0) {
2130 flagsLength |= karg.dataOutSize;
[all...]

Completed in 126 milliseconds