Home
last modified time | relevance | path

Searched refs:epthru_pci_blk (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/scsi/megaraid/
Dmegaraid_mbox.c966 struct mraid_pci_blk *epthru_pci_blk; in megaraid_alloc_cmd_packets() local
1046 epthru_pci_blk = raid_dev->epthru_pool; in megaraid_alloc_cmd_packets()
1068 epthru_pci_blk[i].vaddr; in megaraid_alloc_cmd_packets()
1069 ccb->epthru_dma_h = epthru_pci_blk[i].dma_addr; in megaraid_alloc_cmd_packets()
1146 struct mraid_pci_blk *epthru_pci_blk; in megaraid_mbox_setup_dma_pools() local
1189 epthru_pci_blk = raid_dev->epthru_pool; in megaraid_mbox_setup_dma_pools()
1191 epthru_pci_blk[i].vaddr = dma_pool_alloc( in megaraid_mbox_setup_dma_pools()
1194 &epthru_pci_blk[i].dma_addr); in megaraid_mbox_setup_dma_pools()
1195 if (!epthru_pci_blk[i].vaddr) { in megaraid_mbox_setup_dma_pools()
1242 struct mraid_pci_blk *epthru_pci_blk; in megaraid_mbox_teardown_dma_pools() local
[all …]