Searched refs:bufIn (Results 1 – 1 of 1) sorted by relevance
1830 struct buflist bufIn; /* data In 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()2241 bufIn.len = karg.dataInSize; in mptctl_do_mpt_command()2242 bufIn.kptr = pci_alloc_consistent(ioc->pcidev, in mptctl_do_mpt_command()2243 bufIn.len, &dma_addr_in); in mptctl_do_mpt_command()2245 if (bufIn.kptr == NULL) { in mptctl_do_mpt_command()2371 (karg.dataInSize > 0) && (bufIn.kptr)) { in mptctl_do_mpt_command()2374 bufIn.kptr, karg.dataInSize)) { in mptctl_do_mpt_command()2395 if (bufIn.kptr != NULL) { in mptctl_do_mpt_command()[all …]