Lines Matching refs:epthru_pci_blk
953 struct mraid_pci_blk *epthru_pci_blk; in megaraid_alloc_cmd_packets() local
1034 epthru_pci_blk = raid_dev->epthru_pool; in megaraid_alloc_cmd_packets()
1056 epthru_pci_blk[i].vaddr; in megaraid_alloc_cmd_packets()
1057 ccb->epthru_dma_h = epthru_pci_blk[i].dma_addr; in megaraid_alloc_cmd_packets()
1134 struct mraid_pci_blk *epthru_pci_blk; in megaraid_mbox_setup_dma_pools() local
1177 epthru_pci_blk = raid_dev->epthru_pool; in megaraid_mbox_setup_dma_pools()
1179 epthru_pci_blk[i].vaddr = dma_pool_alloc( in megaraid_mbox_setup_dma_pools()
1182 &epthru_pci_blk[i].dma_addr); in megaraid_mbox_setup_dma_pools()
1183 if (!epthru_pci_blk[i].vaddr) { in megaraid_mbox_setup_dma_pools()
1230 struct mraid_pci_blk *epthru_pci_blk; in megaraid_mbox_teardown_dma_pools() local
1244 epthru_pci_blk = raid_dev->epthru_pool; in megaraid_mbox_teardown_dma_pools()
1245 for (i = 0; i < MBOX_MAX_SCSI_CMDS && epthru_pci_blk[i].vaddr; i++) { in megaraid_mbox_teardown_dma_pools()
1247 epthru_pci_blk[i].vaddr, epthru_pci_blk[i].dma_addr); in megaraid_mbox_teardown_dma_pools()