Lines Matching refs:bar_memmap_p
16799 void __iomem *bar_memmap_p; in lpfc_wq_create() local
16922 bar_memmap_p = lpfc_dual_chute_pci_bar_map(phba, in lpfc_wq_create()
16924 if (!bar_memmap_p) { in lpfc_wq_create()
16942 wq->db_regaddr = bar_memmap_p + db_offset; in lpfc_wq_create()
16956 bar_memmap_p = lpfc_dual_chute_pci_bar_map(phba, in lpfc_wq_create()
16958 if (!bar_memmap_p) { in lpfc_wq_create()
16967 wq->db_regaddr = bar_memmap_p + db_offset; in lpfc_wq_create()
16972 bar_memmap_p = lpfc_dual_chute_pci_bar_map(phba, in lpfc_wq_create()
16974 if (!bar_memmap_p) { in lpfc_wq_create()
16983 wq->dpp_regaddr = bar_memmap_p + dpp_offset; in lpfc_wq_create()
17062 void __iomem *bar_memmap_p; in lpfc_rq_create() local
17179 bar_memmap_p = lpfc_dual_chute_pci_bar_map(phba, pci_barset); in lpfc_rq_create()
17180 if (!bar_memmap_p) { in lpfc_rq_create()
17199 hrq->db_regaddr = bar_memmap_p + db_offset; in lpfc_rq_create()