Searched refs:bufOut (Results 1 – 1 of 1) sorted by relevance
1831 struct buflist bufOut; /* data Out buffer */ in mptctl_do_mpt_command() local1847 bufIn.kptr = bufOut.kptr = NULL; in mptctl_do_mpt_command()1848 bufIn.len = bufOut.len = 0; in mptctl_do_mpt_command()2207 bufOut.len = karg.dataOutSize; in mptctl_do_mpt_command()2208 bufOut.kptr = pci_alloc_consistent( in mptctl_do_mpt_command()2209 ioc->pcidev, bufOut.len, &dma_addr_out); in mptctl_do_mpt_command()2211 if (bufOut.kptr == NULL) { in mptctl_do_mpt_command()2223 if (copy_from_user(bufOut.kptr, in mptctl_do_mpt_command()2225 bufOut.len)) { in mptctl_do_mpt_command()2390 if (bufOut.kptr != NULL) { in mptctl_do_mpt_command()[all …]