Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/message/fusion/
H A Dmptctl.c1741 struct buflist bufOut; /* data Out buffer */ in mptctl_do_mpt_command() local
1755 /* bufIn and bufOut are used for user to kernel space transfers in mptctl_do_mpt_command()
1757 bufIn.kptr = bufOut.kptr = NULL; in mptctl_do_mpt_command()
1758 bufIn.len = bufOut.len = 0; in mptctl_do_mpt_command()
2110 bufOut.len = karg.dataOutSize; in mptctl_do_mpt_command()
2111 bufOut.kptr = pci_alloc_consistent( in mptctl_do_mpt_command()
2112 ioc->pcidev, bufOut.len, &dma_addr_out); in mptctl_do_mpt_command()
2114 if (bufOut.kptr == NULL) { in mptctl_do_mpt_command()
2126 if (copy_from_user(bufOut.kptr, in mptctl_do_mpt_command()
2128 bufOut in mptctl_do_mpt_command()
[all...]
/kernel/linux/linux-6.6/drivers/message/fusion/
H A Dmptctl.c1737 struct buflist bufOut; /* data Out buffer */ in mptctl_do_mpt_command() local
1751 /* bufIn and bufOut are used for user to kernel space transfers in mptctl_do_mpt_command()
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 in mptctl_do_mpt_command()
[all...]

Completed in 6 milliseconds