Lines Matching refs:epthru_pci_blk
968 struct mraid_pci_blk *epthru_pci_blk; in megaraid_alloc_cmd_packets() local
1048 epthru_pci_blk = raid_dev->epthru_pool; in megaraid_alloc_cmd_packets()
1070 epthru_pci_blk[i].vaddr; in megaraid_alloc_cmd_packets()
1071 ccb->epthru_dma_h = epthru_pci_blk[i].dma_addr; in megaraid_alloc_cmd_packets()
1148 struct mraid_pci_blk *epthru_pci_blk; in megaraid_mbox_setup_dma_pools() local
1191 epthru_pci_blk = raid_dev->epthru_pool; in megaraid_mbox_setup_dma_pools()
1193 epthru_pci_blk[i].vaddr = pci_pool_alloc( in megaraid_mbox_setup_dma_pools()
1196 &epthru_pci_blk[i].dma_addr); in megaraid_mbox_setup_dma_pools()
1197 if (!epthru_pci_blk[i].vaddr) { in megaraid_mbox_setup_dma_pools()
1244 struct mraid_pci_blk *epthru_pci_blk; in megaraid_mbox_teardown_dma_pools() local
1259 epthru_pci_blk = raid_dev->epthru_pool; in megaraid_mbox_teardown_dma_pools()
1260 for (i = 0; i < MBOX_MAX_SCSI_CMDS && epthru_pci_blk[i].vaddr; i++) { in megaraid_mbox_teardown_dma_pools()
1262 epthru_pci_blk[i].vaddr, epthru_pci_blk[i].dma_addr); in megaraid_mbox_teardown_dma_pools()