Lines Matching refs:bar_memmap_p
15338 void __iomem *bar_memmap_p; in lpfc_wq_create() local
15465 bar_memmap_p = lpfc_dual_chute_pci_bar_map(phba, in lpfc_wq_create()
15467 if (!bar_memmap_p) { in lpfc_wq_create()
15485 wq->db_regaddr = bar_memmap_p + db_offset; in lpfc_wq_create()
15499 bar_memmap_p = lpfc_dual_chute_pci_bar_map(phba, in lpfc_wq_create()
15501 if (!bar_memmap_p) { in lpfc_wq_create()
15510 wq->db_regaddr = bar_memmap_p + db_offset; in lpfc_wq_create()
15515 bar_memmap_p = lpfc_dual_chute_pci_bar_map(phba, in lpfc_wq_create()
15517 if (!bar_memmap_p) { in lpfc_wq_create()
15526 wq->dpp_regaddr = bar_memmap_p + dpp_offset; in lpfc_wq_create()
15604 void __iomem *bar_memmap_p; in lpfc_rq_create() local
15721 bar_memmap_p = lpfc_dual_chute_pci_bar_map(phba, pci_barset); in lpfc_rq_create()
15722 if (!bar_memmap_p) { in lpfc_rq_create()
15741 hrq->db_regaddr = bar_memmap_p + db_offset; in lpfc_rq_create()