Searched refs:bar1map_len (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/lpfc/ |
H A D | lpfc_init.c | 10328 unsigned long bar0map_len, bar1map_len, bar2map_len; in lpfc_sli4_pci_mem_setup() local 10414 bar1map_len = pci_resource_len(pdev, PCI_64BIT_BAR2); in lpfc_sli4_pci_mem_setup() 10417 bar1map_len); in lpfc_sli4_pci_mem_setup() 10441 bar1map_len = pci_resource_len(pdev, PCI_64BIT_BAR2); in lpfc_sli4_pci_mem_setup() 10443 ioremap(phba->pci_bar1_map, bar1map_len); in lpfc_sli4_pci_mem_setup()
|
/kernel/linux/linux-6.6/drivers/scsi/lpfc/ |
H A D | lpfc_init.c | 11823 unsigned long bar0map_len, bar1map_len, bar2map_len; in lpfc_sli4_pci_mem_setup() local 11909 bar1map_len = pci_resource_len(pdev, PCI_64BIT_BAR2); in lpfc_sli4_pci_mem_setup() 11912 bar1map_len); in lpfc_sli4_pci_mem_setup() 11936 bar1map_len = pci_resource_len(pdev, PCI_64BIT_BAR2); in lpfc_sli4_pci_mem_setup() 11938 ioremap(phba->pci_bar1_map, bar1map_len); in lpfc_sli4_pci_mem_setup()
|
Completed in 39 milliseconds