Lines Matching refs:bar_memmap_p
15168 void __iomem *bar_memmap_p; in lpfc_wq_create() local
15295 bar_memmap_p = lpfc_dual_chute_pci_bar_map(phba, in lpfc_wq_create()
15297 if (!bar_memmap_p) { in lpfc_wq_create()
15315 wq->db_regaddr = bar_memmap_p + db_offset; in lpfc_wq_create()
15329 bar_memmap_p = lpfc_dual_chute_pci_bar_map(phba, in lpfc_wq_create()
15331 if (!bar_memmap_p) { in lpfc_wq_create()
15340 wq->db_regaddr = bar_memmap_p + db_offset; in lpfc_wq_create()
15345 bar_memmap_p = lpfc_dual_chute_pci_bar_map(phba, in lpfc_wq_create()
15347 if (!bar_memmap_p) { in lpfc_wq_create()
15356 wq->dpp_regaddr = bar_memmap_p + dpp_offset; in lpfc_wq_create()
15434 void __iomem *bar_memmap_p; in lpfc_rq_create() local
15551 bar_memmap_p = lpfc_dual_chute_pci_bar_map(phba, pci_barset); in lpfc_rq_create()
15552 if (!bar_memmap_p) { in lpfc_rq_create()
15571 hrq->db_regaddr = bar_memmap_p + db_offset; in lpfc_rq_create()