Searched refs:bufIn (Results 1 – 1 of 1) sorted by relevance
1826 struct buflist bufIn; /* data In 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()2228 bufIn.len = karg.dataInSize; in mptctl_do_mpt_command()2229 bufIn.kptr = pci_alloc_consistent(ioc->pcidev, in mptctl_do_mpt_command()2230 bufIn.len, &dma_addr_in); in mptctl_do_mpt_command()2232 if (bufIn.kptr == NULL) { in mptctl_do_mpt_command()2358 (karg.dataInSize > 0) && (bufIn.kptr)) { in mptctl_do_mpt_command()2361 bufIn.kptr, karg.dataInSize)) { in mptctl_do_mpt_command()2382 if (bufIn.kptr != NULL) { in mptctl_do_mpt_command()[all …]