Lines Matching refs:rspbuf
48 io->rspbuf.size = SCSI_RSP_BUF_LENGTH;
49 io->rspbuf.virt = dma_alloc_coherent(&efct->pci->dev,
50 io->rspbuf.size,
51 &io->rspbuf.phys, GFP_KERNEL);
52 if (!io->rspbuf.virt) {
53 efc_log_err(efct, "dma_alloc rspbuf failed\n");
92 io->rspbuf.size, io->rspbuf.virt,
93 io->rspbuf.phys);
94 memset(&io->rspbuf, 0, sizeof(struct efc_dma));