Searched refs:bufIn (Results 1 – 1 of 1) sorted by relevance
1732 struct buflist bufIn; /* data In 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()2136 bufIn.len = karg.dataInSize; in mptctl_do_mpt_command()2137 bufIn.kptr = pci_alloc_consistent(ioc->pcidev, in mptctl_do_mpt_command()2138 bufIn.len, &dma_addr_in); in mptctl_do_mpt_command()2140 if (bufIn.kptr == NULL) { in mptctl_do_mpt_command()2266 (karg.dataInSize > 0) && (bufIn.kptr)) { in mptctl_do_mpt_command()2269 bufIn.kptr, karg.dataInSize)) { in mptctl_do_mpt_command()2290 if (bufIn.kptr != NULL) { in mptctl_do_mpt_command()[all …]