Lines Matching refs:bar_memmap_p
16885 void __iomem *bar_memmap_p; in lpfc_wq_create() local
17008 bar_memmap_p = lpfc_dual_chute_pci_bar_map(phba, in lpfc_wq_create()
17010 if (!bar_memmap_p) { in lpfc_wq_create()
17028 wq->db_regaddr = bar_memmap_p + db_offset; in lpfc_wq_create()
17042 bar_memmap_p = lpfc_dual_chute_pci_bar_map(phba, in lpfc_wq_create()
17044 if (!bar_memmap_p) { in lpfc_wq_create()
17053 wq->db_regaddr = bar_memmap_p + db_offset; in lpfc_wq_create()
17058 bar_memmap_p = lpfc_dual_chute_pci_bar_map(phba, in lpfc_wq_create()
17060 if (!bar_memmap_p) { in lpfc_wq_create()
17069 wq->dpp_regaddr = bar_memmap_p + dpp_offset; in lpfc_wq_create()
17148 void __iomem *bar_memmap_p; in lpfc_rq_create() local
17265 bar_memmap_p = lpfc_dual_chute_pci_bar_map(phba, pci_barset); in lpfc_rq_create()
17266 if (!bar_memmap_p) { in lpfc_rq_create()
17285 hrq->db_regaddr = bar_memmap_p + db_offset; in lpfc_rq_create()