Home
last modified time | relevance | path

Searched refs:bar_memmap_p (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/scsi/lpfc/
H A Dlpfc_sli.c16898 void __iomem *bar_memmap_p; in lpfc_wq_create() local
17021 bar_memmap_p = lpfc_dual_chute_pci_bar_map(phba, in lpfc_wq_create()
17023 if (!bar_memmap_p) { in lpfc_wq_create()
17041 wq->db_regaddr = bar_memmap_p + db_offset; in lpfc_wq_create()
17055 bar_memmap_p = lpfc_dual_chute_pci_bar_map(phba, in lpfc_wq_create()
17057 if (!bar_memmap_p) { in lpfc_wq_create()
17066 wq->db_regaddr = bar_memmap_p + db_offset; in lpfc_wq_create()
17071 bar_memmap_p = lpfc_dual_chute_pci_bar_map(phba, in lpfc_wq_create()
17073 if (!bar_memmap_p) { in lpfc_wq_create()
17082 wq->dpp_regaddr = bar_memmap_p + dpp_offset; in lpfc_wq_create()
[all …]