Searched refs:bufOut (Results 1 – 1 of 1) sorted by relevance
1733 struct buflist bufOut; /* data Out buffer */ in mptctl_do_mpt_command() local1749 bufIn.kptr = bufOut.kptr = NULL; in mptctl_do_mpt_command()1750 bufIn.len = bufOut.len = 0; in mptctl_do_mpt_command()2102 bufOut.len = karg.dataOutSize; in mptctl_do_mpt_command()2103 bufOut.kptr = pci_alloc_consistent( in mptctl_do_mpt_command()2104 ioc->pcidev, bufOut.len, &dma_addr_out); in mptctl_do_mpt_command()2106 if (bufOut.kptr == NULL) { in mptctl_do_mpt_command()2118 if (copy_from_user(bufOut.kptr, in mptctl_do_mpt_command()2120 bufOut.len)) { in mptctl_do_mpt_command()2285 if (bufOut.kptr != NULL) { in mptctl_do_mpt_command()[all …]