Searched refs:bufOut (Results 1 – 1 of 1) sorted by relevance
1827 struct buflist bufOut; /* data Out buffer */ in mptctl_do_mpt_command() local1843 bufIn.kptr = bufOut.kptr = NULL; in mptctl_do_mpt_command()1844 bufIn.len = bufOut.len = 0; in mptctl_do_mpt_command()2194 bufOut.len = karg.dataOutSize; in mptctl_do_mpt_command()2195 bufOut.kptr = pci_alloc_consistent( in mptctl_do_mpt_command()2196 ioc->pcidev, bufOut.len, &dma_addr_out); in mptctl_do_mpt_command()2198 if (bufOut.kptr == NULL) { in mptctl_do_mpt_command()2210 if (copy_from_user(bufOut.kptr, in mptctl_do_mpt_command()2212 bufOut.len)) { in mptctl_do_mpt_command()2377 if (bufOut.kptr != NULL) { in mptctl_do_mpt_command()[all …]