Searched refs:bufIn (Results 1 – 1 of 1) sorted by relevance
1740 struct buflist bufIn; /* data In buffer */ in mptctl_do_mpt_command() local1757 bufIn.kptr = bufOut.kptr = NULL; in mptctl_do_mpt_command()1758 bufIn.len = bufOut.len = 0; in mptctl_do_mpt_command()2144 bufIn.len = karg.dataInSize; in mptctl_do_mpt_command()2145 bufIn.kptr = pci_alloc_consistent(ioc->pcidev, in mptctl_do_mpt_command()2146 bufIn.len, &dma_addr_in); in mptctl_do_mpt_command()2148 if (bufIn.kptr == NULL) { in mptctl_do_mpt_command()2274 (karg.dataInSize > 0) && (bufIn.kptr)) { in mptctl_do_mpt_command()2277 bufIn.kptr, karg.dataInSize)) { in mptctl_do_mpt_command()2298 if (bufIn.kptr != NULL) { in mptctl_do_mpt_command()[all …]