Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/message/fusion/
Dmptctl.h329 int dataOutSize; member
348 int dataOutSize; member
Dmptctl.c1764 karg.dataOutSize < 0 || in mptctl_do_mpt_command()
1775 if (karg.dataOutSize > 0) in mptctl_do_mpt_command()
1818 karg.dataOutSize = karg.dataInSize = 0; in mptctl_do_mpt_command()
1904 if (karg.dataOutSize > 0) { in mptctl_do_mpt_command()
1906 dataSize = karg.dataOutSize; in mptctl_do_mpt_command()
1981 if (karg.dataOutSize > 0) { in mptctl_do_mpt_command()
1983 dataSize = karg.dataOutSize; in mptctl_do_mpt_command()
2083 if (karg.dataOutSize > 0) in mptctl_do_mpt_command()
2092 if (karg.dataOutSize > 0) { in mptctl_do_mpt_command()
2101 flagsLength |= karg.dataOutSize; in mptctl_do_mpt_command()
[all …]