Home
last modified time | relevance | path

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

/openbmc/linux/drivers/message/fusion/
H A Dmptctl.h328 int dataInSize; member
347 int dataInSize; member
H A Dmptctl.c1767 karg.dataInSize < 0 || in mptctl_do_mpt_command()
1777 if (karg.dataInSize > 0) in mptctl_do_mpt_command()
1913 dataSize = karg.dataInSize; in mptctl_do_mpt_command()
1990 dataSize = karg.dataInSize; in mptctl_do_mpt_command()
2090 if (karg.dataInSize > 0) in mptctl_do_mpt_command()
2097 if (karg.dataInSize > 0) { in mptctl_do_mpt_command()
2137 if (karg.dataInSize > 0) { in mptctl_do_mpt_command()
2139 flagsLength |= karg.dataInSize; in mptctl_do_mpt_command()
2141 bufIn.len = karg.dataInSize; in mptctl_do_mpt_command()
2275 bufIn.kptr, karg.dataInSize)) { in mptctl_do_mpt_command()
[all …]