Home
last modified time | relevance | path

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

/openbmc/linux/drivers/message/fusion/
H A Dmptctl.c1736 struct buflist bufIn; /* data In buffer */ in mptctl_do_mpt_command() local
1753 bufIn.kptr = bufOut.kptr = NULL; in mptctl_do_mpt_command()
1754 bufIn.len = bufOut.len = 0; in mptctl_do_mpt_command()
2141 bufIn.len = karg.dataInSize; in mptctl_do_mpt_command()
2143 bufIn.len, in mptctl_do_mpt_command()
2146 if (bufIn.kptr == NULL) { in mptctl_do_mpt_command()
2272 (karg.dataInSize > 0) && (bufIn.kptr)) { in mptctl_do_mpt_command()
2275 bufIn.kptr, karg.dataInSize)) { in mptctl_do_mpt_command()
2296 if (bufIn.kptr != NULL) { in mptctl_do_mpt_command()
2297 dma_free_coherent(&ioc->pcidev->dev, bufIn.len, in mptctl_do_mpt_command()
[all …]