Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/scsi/lpfc/
Dlpfc_sli.c16548 void __iomem *bar_memmap_p; in lpfc_wq_create() local
16671 bar_memmap_p = lpfc_dual_chute_pci_bar_map(phba, in lpfc_wq_create()
16673 if (!bar_memmap_p) { in lpfc_wq_create()
16691 wq->db_regaddr = bar_memmap_p + db_offset; in lpfc_wq_create()
16705 bar_memmap_p = lpfc_dual_chute_pci_bar_map(phba, in lpfc_wq_create()
16707 if (!bar_memmap_p) { in lpfc_wq_create()
16716 wq->db_regaddr = bar_memmap_p + db_offset; in lpfc_wq_create()
16721 bar_memmap_p = lpfc_dual_chute_pci_bar_map(phba, in lpfc_wq_create()
16723 if (!bar_memmap_p) { in lpfc_wq_create()
16732 wq->dpp_regaddr = bar_memmap_p + dpp_offset; in lpfc_wq_create()
[all …]