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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/message/fusion/
H A Dmptctl.h310 * dataOutSize - num bytes for data transfer out (write)
329 int dataOutSize; member in struct:mpt_ioctl_command
348 int dataOutSize; member in struct:mpt_ioctl_command32
H A Dmptctl.c1784 if (karg.dataOutSize > 0)
1822 karg.dataOutSize = karg.dataInSize = 0;
1891 * on the dataOutSize (ordering issue with Sparc).
1893 if (karg.dataOutSize > 0) {
1895 dataSize = karg.dataOutSize;
1970 * on the dataOutSize (ordering issue with Sparc).
1972 if (karg.dataOutSize > 0) {
1974 dataSize = karg.dataOutSize;
2084 if (karg.dataOutSize > 0)
2093 if (karg.dataOutSize >
[all...]

Completed in 67 milliseconds