Lines Matching refs:bufOut
1741 struct buflist bufOut; /* data Out buffer */ in mptctl_do_mpt_command() local
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.len)) { in mptctl_do_mpt_command()
2293 if (bufOut.kptr != NULL) { in mptctl_do_mpt_command()
2295 bufOut.len, (void *) bufOut.kptr, dma_addr_out); in mptctl_do_mpt_command()