Lines Matching refs:epthru_pci_blk
952 struct mraid_pci_blk *epthru_pci_blk; in megaraid_alloc_cmd_packets() local
1033 epthru_pci_blk = raid_dev->epthru_pool; in megaraid_alloc_cmd_packets()
1055 epthru_pci_blk[i].vaddr; in megaraid_alloc_cmd_packets()
1056 ccb->epthru_dma_h = epthru_pci_blk[i].dma_addr; in megaraid_alloc_cmd_packets()
1133 struct mraid_pci_blk *epthru_pci_blk; in megaraid_mbox_setup_dma_pools() local
1176 epthru_pci_blk = raid_dev->epthru_pool; in megaraid_mbox_setup_dma_pools()
1178 epthru_pci_blk[i].vaddr = dma_pool_alloc( in megaraid_mbox_setup_dma_pools()
1181 &epthru_pci_blk[i].dma_addr); in megaraid_mbox_setup_dma_pools()
1182 if (!epthru_pci_blk[i].vaddr) { in megaraid_mbox_setup_dma_pools()
1229 struct mraid_pci_blk *epthru_pci_blk; in megaraid_mbox_teardown_dma_pools() local
1243 epthru_pci_blk = raid_dev->epthru_pool; in megaraid_mbox_teardown_dma_pools()
1244 for (i = 0; i < MBOX_MAX_SCSI_CMDS && epthru_pci_blk[i].vaddr; i++) { in megaraid_mbox_teardown_dma_pools()
1246 epthru_pci_blk[i].vaddr, epthru_pci_blk[i].dma_addr); in megaraid_mbox_teardown_dma_pools()