Lines Matching refs:bufIn
1736 struct buflist bufIn; /* data In buffer */ in mptctl_do_mpt_command() local
1753 bufIn.kptr = bufOut.kptr = NULL; in mptctl_do_mpt_command()
1754 bufIn.len = bufOut.len = 0; in mptctl_do_mpt_command()
2141 bufIn.len = karg.dataInSize; in mptctl_do_mpt_command()
2142 bufIn.kptr = dma_alloc_coherent(&ioc->pcidev->dev, in mptctl_do_mpt_command()
2143 bufIn.len, in mptctl_do_mpt_command()
2146 if (bufIn.kptr == NULL) { in mptctl_do_mpt_command()
2272 (karg.dataInSize > 0) && (bufIn.kptr)) { in mptctl_do_mpt_command()
2275 bufIn.kptr, karg.dataInSize)) { in mptctl_do_mpt_command()
2296 if (bufIn.kptr != NULL) { in mptctl_do_mpt_command()
2297 dma_free_coherent(&ioc->pcidev->dev, bufIn.len, in mptctl_do_mpt_command()
2298 (void *)bufIn.kptr, dma_addr_in); in mptctl_do_mpt_command()