Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/be2iscsi/
Dbe_cmds.c34 pci_reset_offset = (u8 *)phba->pci_va + BE2_SOFT_RESET; in beiscsi_pci_soft_reset()
35 pci_online0_offset = (u8 *)phba->pci_va + BE2_PCI_ONLINE0; in beiscsi_pci_soft_reset()
36 pci_online1_offset = (u8 *)phba->pci_va + BE2_PCI_ONLINE1; in beiscsi_pci_soft_reset()
Dbe_main.h354 u8 __iomem *pci_va; /* PCI Config */ member
Dbe_main.c613 if (phba->pci_va) { in beiscsi_unmap_pci_function()
614 iounmap(phba->pci_va); in beiscsi_unmap_pci_function()
615 phba->pci_va = NULL; in beiscsi_unmap_pci_function()
651 phba->pci_va = addr; in beiscsi_map_pci_bars()