Home
last modified time | relevance | path

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

/linux/drivers/message/fusion/
H A Dmptctl.c1734 struct buflist bufIn; /* data In buffer */ in mptctl_do_mpt_command() local
1751 bufIn.kptr = bufOut.kptr = NULL; in mptctl_do_mpt_command()
1752 bufIn.len = bufOut.len = 0; in mptctl_do_mpt_command()
2139 bufIn.len = karg.dataInSize; in mptctl_do_mpt_command()
2140 bufIn.kptr = dma_alloc_coherent(&ioc->pcidev->dev, in mptctl_do_mpt_command()
2141 bufIn.len, in mptctl_do_mpt_command()
2144 if (bufIn.kptr == NULL) { in mptctl_do_mpt_command()
2270 (karg.dataInSize > 0) && (bufIn.kptr)) { in mptctl_do_mpt_command()
2273 bufIn.kptr, karg.dataInSize)) { in mptctl_do_mpt_command()
2294 if (bufIn.kptr != NULL) { in mptctl_do_mpt_command()
[all …]