PCI_SRIOV_NUM_BARS  211 arch/powerpc/include/asm/pci-bridge.h 	int     (*m64_map)[PCI_SRIOV_NUM_BARS];	/* Only used on powernv */
PCI_SRIOV_NUM_BARS  217 arch/powerpc/include/asm/pci-bridge.h 	struct resource holes[PCI_SRIOV_NUM_BARS];
PCI_SRIOV_NUM_BARS  979 arch/powerpc/platforms/powernv/pci-ioda.c 	for (i = 0; i < PCI_SRIOV_NUM_BARS; i++) {
PCI_SRIOV_NUM_BARS 1010 arch/powerpc/platforms/powernv/pci-ioda.c 	for (i = 0; i < PCI_SRIOV_NUM_BARS; i++) {
PCI_SRIOV_NUM_BARS 1320 arch/powerpc/platforms/powernv/pci-ioda.c 	for (i = 0; i < PCI_SRIOV_NUM_BARS; i++)
PCI_SRIOV_NUM_BARS 1367 arch/powerpc/platforms/powernv/pci-ioda.c 		for (j = 0; j < PCI_SRIOV_NUM_BARS; j++)
PCI_SRIOV_NUM_BARS 1371 arch/powerpc/platforms/powernv/pci-ioda.c 	for (i = 0; i < PCI_SRIOV_NUM_BARS; i++) {
PCI_SRIOV_NUM_BARS 2911 arch/powerpc/platforms/powernv/pci-ioda.c 	for (i = 0; i < PCI_SRIOV_NUM_BARS; i++) {
PCI_SRIOV_NUM_BARS 2947 arch/powerpc/platforms/powernv/pci-ioda.c 	for (i = 0; i < PCI_SRIOV_NUM_BARS; i++) {
PCI_SRIOV_NUM_BARS 2971 arch/powerpc/platforms/powernv/pci-ioda.c 	for (i = 0; i < PCI_SRIOV_NUM_BARS; i++) {
PCI_SRIOV_NUM_BARS  121 arch/powerpc/platforms/pseries/pci.c 		for (i = 0; i < PCI_SRIOV_NUM_BARS; i++) {
PCI_SRIOV_NUM_BARS  625 arch/powerpc/platforms/pseries/setup.c 	num_res = min_t(int, num_res, PCI_SRIOV_NUM_BARS);
PCI_SRIOV_NUM_BARS  626 arch/powerpc/platforms/pseries/setup.c 	for (i = START_OF_ENTRIES, r = 0; r < num_res && r < PCI_SRIOV_NUM_BARS;
PCI_SRIOV_NUM_BARS  652 arch/powerpc/platforms/pseries/setup.c 	for (i = START_OF_ENTRIES, r = 0; r < num_res && r < PCI_SRIOV_NUM_BARS;
PCI_SRIOV_NUM_BARS  680 arch/powerpc/platforms/pseries/setup.c 	for (i = 0; i < PCI_SRIOV_NUM_BARS; i++)
PCI_SRIOV_NUM_BARS  434 arch/s390/pci/pci.c 	for (i = 0; i < PCI_SRIOV_NUM_BARS; i++) {
PCI_SRIOV_NUM_BARS 1075 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sriov.c 	for (i = 0, n = 0; i < PCI_SRIOV_NUM_BARS; i += 2, n++) {
PCI_SRIOV_NUM_BARS   67 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sriov.h 	struct bnx2x_vf_bar bars[PCI_SRIOV_NUM_BARS];
PCI_SRIOV_NUM_BARS  193 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sriov.h 	struct bnx2x_vf_bar bars[PCI_SRIOV_NUM_BARS];
PCI_SRIOV_NUM_BARS  172 drivers/pci/iov.c 	for (i = 0; i < PCI_SRIOV_NUM_BARS; i++) {
PCI_SRIOV_NUM_BARS  468 drivers/pci/iov.c 	for (i = 0; i < PCI_SRIOV_NUM_BARS; i++) {
PCI_SRIOV_NUM_BARS  632 drivers/pci/iov.c 	for (i = 0; i < PCI_SRIOV_NUM_BARS; i++) {
PCI_SRIOV_NUM_BARS  688 drivers/pci/iov.c 	for (i = 0; i < PCI_SRIOV_NUM_BARS; i++) {
PCI_SRIOV_NUM_BARS  726 drivers/pci/iov.c 	for (i = 0; i < PCI_SRIOV_NUM_BARS; i++)
PCI_SRIOV_NUM_BARS  339 drivers/pci/pci.h 	resource_size_t	barsz[PCI_SRIOV_NUM_BARS];	/* VF BAR size */
PCI_SRIOV_NUM_BARS 1665 drivers/pci/setup-bus.c 	for (i = 0; i < PCI_SRIOV_NUM_BARS; i++) {
PCI_SRIOV_NUM_BARS   93 include/linux/pci.h 	PCI_IOV_RESOURCE_END = PCI_IOV_RESOURCES + PCI_SRIOV_NUM_BARS - 1,