Lines Matching refs:bufOut
1735 struct buflist bufOut; /* data Out 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()
2104 bufOut.len = karg.dataOutSize; in mptctl_do_mpt_command()
2105 bufOut.kptr = dma_alloc_coherent(&ioc->pcidev->dev, in mptctl_do_mpt_command()
2106 bufOut.len, in mptctl_do_mpt_command()
2109 if (bufOut.kptr == NULL) { in mptctl_do_mpt_command()
2121 if (copy_from_user(bufOut.kptr, in mptctl_do_mpt_command()
2123 bufOut.len)) { in mptctl_do_mpt_command()
2289 if (bufOut.kptr != NULL) { in mptctl_do_mpt_command()
2290 dma_free_coherent(&ioc->pcidev->dev, bufOut.len, in mptctl_do_mpt_command()
2291 (void *)bufOut.kptr, dma_addr_out); in mptctl_do_mpt_command()