Searched refs:OCTEP_HW_CAPS_BAR (Results 1 – 3 of 3) sorted by relevance
450 if (octpf->base[OCTEP_HW_CAPS_BAR]) in octep_vdpa_remove_pf()451 octep_iounmap_region(pdev, octpf->base, OCTEP_HW_CAPS_BAR); in octep_vdpa_remove_pf()483 if (oct_hw->base[OCTEP_HW_CAPS_BAR]) in octep_vdpa_remove_vf()484 octep_iounmap_region(pdev, oct_hw->base, OCTEP_HW_CAPS_BAR); in octep_vdpa_remove_vf()626 ret = octep_iomap_region(pdev, oct_hw->base, OCTEP_HW_CAPS_BAR); in octep_vdpa_setup_task()659 octep_iounmap_region(pdev, oct_hw->base, OCTEP_HW_CAPS_BAR); in octep_vdpa_setup_task()660 oct_hw->base[OCTEP_HW_CAPS_BAR] = NULL; in octep_vdpa_setup_task()815 len = pci_resource_len(pdev, OCTEP_HW_CAPS_BAR); in octep_vdpa_pf_setup()
26 #define OCTEP_HW_CAPS_BAR 4 macro
380 if (bar != OCTEP_HW_CAPS_BAR) { in octep_get_cap_addr()404 u8 __iomem *bar = oct_hw->base[OCTEP_HW_CAPS_BAR]; in octep_pci_caps_read()
Completed in 7 milliseconds