Searched refs:PCI_SRIOV_NUM_BARS (Results 1 – 13 of 13) sorted by relevance
161 for (i = 0; i < PCI_SRIOV_NUM_BARS; i++) { in pnv_pci_ioda_fixup_iov_resources()219 for (i = 0; i < PCI_SRIOV_NUM_BARS; i++) { in pnv_pci_ioda_fixup_iov_resources()435 for (i = 0; i < PCI_SRIOV_NUM_BARS; i++) { in pnv_pci_vf_assign_m64()530 for (i = 0; i < PCI_SRIOV_NUM_BARS; i++) { in pnv_pci_vf_resource_shift()563 for (i = 0; i < PCI_SRIOV_NUM_BARS; i++) { in pnv_pci_vf_resource_shift()
235 bool m64_single_mode[PCI_SRIOV_NUM_BARS];257 struct resource holes[PCI_SRIOV_NUM_BARS];
214 int (*m64_map)[PCI_SRIOV_NUM_BARS]; /* Only used on powernv */220 struct resource holes[PCI_SRIOV_NUM_BARS];
30 for (i = 0; i < PCI_SRIOV_NUM_BARS; i++) { in zpci_iov_map_resources()
676 num_res = min_t(int, num_res, PCI_SRIOV_NUM_BARS); in of_pci_set_vf_bar_size()677 for (i = START_OF_ENTRIES, r = 0; r < num_res && r < PCI_SRIOV_NUM_BARS; in of_pci_set_vf_bar_size()703 for (i = START_OF_ENTRIES, r = 0; r < num_res && r < PCI_SRIOV_NUM_BARS; in of_pci_parse_iov_addrs()731 for (i = 0; i < PCI_SRIOV_NUM_BARS; i++) in pseries_disable_sriov_resources()
120 for (i = 0; i < PCI_SRIOV_NUM_BARS; i++) { in pseries_associate_pes()
282 for (i = 0; i < PCI_SRIOV_NUM_BARS; i++) { in pci_iov_add_virtfn()585 for (i = 0; i < PCI_SRIOV_NUM_BARS; i++) { in sriov_enable()746 for (i = 0; i < PCI_SRIOV_NUM_BARS; i++) { in sriov_init()802 for (i = 0; i < PCI_SRIOV_NUM_BARS; i++) { in sriov_init()840 for (i = 0; i < PCI_SRIOV_NUM_BARS; i++) in sriov_restore_state()
340 resource_size_t barsz[PCI_SRIOV_NUM_BARS]; /* VF BAR size */
1703 for (i = 0; i < PCI_SRIOV_NUM_BARS; i++) { in iov_resources_unassigned()
67 struct bnx2x_vf_bar bars[PCI_SRIOV_NUM_BARS];193 struct bnx2x_vf_bar bars[PCI_SRIOV_NUM_BARS];
1054 for (i = 0, n = 0; i < PCI_SRIOV_NUM_BARS; i += 2, n++) { in bnx2x_vf_set_bars()
953 #define PCI_SRIOV_NUM_BARS 6 /* Number of VF BARs */ macro
106 PCI_IOV_RESOURCE_END = PCI_IOV_RESOURCES + PCI_SRIOV_NUM_BARS - 1,