Home
last modified time | relevance | path

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

/drivers/message/fusion/
Dmptctl.h329 int dataOutSize; member
348 int dataOutSize; member
Dmptctl.c1772 karg.dataOutSize < 0 || in mptctl_do_mpt_command()
1783 if (karg.dataOutSize > 0) in mptctl_do_mpt_command()
1826 karg.dataOutSize = karg.dataInSize = 0; in mptctl_do_mpt_command()
1912 if (karg.dataOutSize > 0) { in mptctl_do_mpt_command()
1914 dataSize = karg.dataOutSize; in mptctl_do_mpt_command()
1989 if (karg.dataOutSize > 0) { in mptctl_do_mpt_command()
1991 dataSize = karg.dataOutSize; in mptctl_do_mpt_command()
2091 if (karg.dataOutSize > 0) in mptctl_do_mpt_command()
2100 if (karg.dataOutSize > 0) { in mptctl_do_mpt_command()
2109 flagsLength |= karg.dataOutSize; in mptctl_do_mpt_command()
[all …]