Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/message/fusion/
Dmptctl.c1737 struct buflist bufOut; /* data Out 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()
2106 bufOut.len = karg.dataOutSize; in mptctl_do_mpt_command()
2107 bufOut.kptr = dma_alloc_coherent(&ioc->pcidev->dev, in mptctl_do_mpt_command()
2108 bufOut.len, in mptctl_do_mpt_command()
2111 if (bufOut.kptr == NULL) { in mptctl_do_mpt_command()
2123 if (copy_from_user(bufOut.kptr, in mptctl_do_mpt_command()
2125 bufOut.len)) { in mptctl_do_mpt_command()
2291 if (bufOut.kptr != NULL) { in mptctl_do_mpt_command()
[all …]