Lines Matching refs:epthru_pci_blk
955 struct mraid_pci_blk *epthru_pci_blk; in megaraid_alloc_cmd_packets() local
1036 epthru_pci_blk = raid_dev->epthru_pool; in megaraid_alloc_cmd_packets()
1058 epthru_pci_blk[i].vaddr; in megaraid_alloc_cmd_packets()
1059 ccb->epthru_dma_h = epthru_pci_blk[i].dma_addr; in megaraid_alloc_cmd_packets()
1136 struct mraid_pci_blk *epthru_pci_blk; in megaraid_mbox_setup_dma_pools() local
1179 epthru_pci_blk = raid_dev->epthru_pool; in megaraid_mbox_setup_dma_pools()
1181 epthru_pci_blk[i].vaddr = dma_pool_alloc( in megaraid_mbox_setup_dma_pools()
1184 &epthru_pci_blk[i].dma_addr); in megaraid_mbox_setup_dma_pools()
1185 if (!epthru_pci_blk[i].vaddr) { in megaraid_mbox_setup_dma_pools()
1232 struct mraid_pci_blk *epthru_pci_blk; in megaraid_mbox_teardown_dma_pools() local
1246 epthru_pci_blk = raid_dev->epthru_pool; in megaraid_mbox_teardown_dma_pools()
1247 for (i = 0; i < MBOX_MAX_SCSI_CMDS && epthru_pci_blk[i].vaddr; i++) { in megaraid_mbox_teardown_dma_pools()
1249 epthru_pci_blk[i].vaddr, epthru_pci_blk[i].dma_addr); in megaraid_mbox_teardown_dma_pools()