Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/message/fusion/
Dmptctl.h329 int dataOutSize; member
348 int dataOutSize; member
Dmptctl.c1869 karg.dataOutSize < 0 || in mptctl_do_mpt_command()
1880 if (karg.dataOutSize > 0) in mptctl_do_mpt_command()
1923 karg.dataOutSize = karg.dataInSize = 0; in mptctl_do_mpt_command()
2009 if (karg.dataOutSize > 0) { in mptctl_do_mpt_command()
2011 dataSize = karg.dataOutSize; in mptctl_do_mpt_command()
2086 if (karg.dataOutSize > 0) { in mptctl_do_mpt_command()
2088 dataSize = karg.dataOutSize; in mptctl_do_mpt_command()
2188 if (karg.dataOutSize > 0) in mptctl_do_mpt_command()
2197 if (karg.dataOutSize > 0) { in mptctl_do_mpt_command()
2206 flagsLength |= karg.dataOutSize; in mptctl_do_mpt_command()
[all …]