Home
last modified time | relevance | path

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

/linux/drivers/message/fusion/
H A Dmptctl.h329 int dataOutSize; member
348 int dataOutSize; member
H A Dmptctl.c1766 karg.dataOutSize < 0 || in mptctl_do_mpt_command()
1777 if (karg.dataOutSize > 0) in mptctl_do_mpt_command()
1820 karg.dataOutSize = karg.dataInSize = 0; in mptctl_do_mpt_command()
1906 if (karg.dataOutSize > 0) { in mptctl_do_mpt_command()
1908 dataSize = karg.dataOutSize; in mptctl_do_mpt_command()
1983 if (karg.dataOutSize > 0) { in mptctl_do_mpt_command()
1985 dataSize = karg.dataOutSize; in mptctl_do_mpt_command()
2085 if (karg.dataOutSize > 0) in mptctl_do_mpt_command()
2094 if (karg.dataOutSize > 0) { in mptctl_do_mpt_command()
2103 flagsLength |= karg.dataOutSize; in mptctl_do_mpt_command()
[all …]