Searched refs:epthru_pci_blk (Results 1 – 1 of 1) sorted by relevance
955 struct mraid_pci_blk *epthru_pci_blk; in megaraid_alloc_cmd_packets() local1036 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() local1179 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[all …]