Lines Matching refs:bar_memmap_p
16891 void __iomem *bar_memmap_p; in lpfc_wq_create() local
17014 bar_memmap_p = lpfc_dual_chute_pci_bar_map(phba, in lpfc_wq_create()
17016 if (!bar_memmap_p) { in lpfc_wq_create()
17034 wq->db_regaddr = bar_memmap_p + db_offset; in lpfc_wq_create()
17048 bar_memmap_p = lpfc_dual_chute_pci_bar_map(phba, in lpfc_wq_create()
17050 if (!bar_memmap_p) { in lpfc_wq_create()
17059 wq->db_regaddr = bar_memmap_p + db_offset; in lpfc_wq_create()
17064 bar_memmap_p = lpfc_dual_chute_pci_bar_map(phba, in lpfc_wq_create()
17066 if (!bar_memmap_p) { in lpfc_wq_create()
17075 wq->dpp_regaddr = bar_memmap_p + dpp_offset; in lpfc_wq_create()
17154 void __iomem *bar_memmap_p; in lpfc_rq_create() local
17271 bar_memmap_p = lpfc_dual_chute_pci_bar_map(phba, pci_barset); in lpfc_rq_create()
17272 if (!bar_memmap_p) { in lpfc_rq_create()
17291 hrq->db_regaddr = bar_memmap_p + db_offset; in lpfc_rq_create()