Searched refs:pcifunchigh (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/sys/powerpc/ofw/
H A Dofw_pcibus.c238 int s, f, pcifunchigh; local
245 pcifunchigh = 0;
252 pcifunchigh = PCI_FUNCMAX;
253 for (f = 0; f <= pcifunchigh; f++) {
/freebsd-11-stable/sys/mips/nlm/
H A Dxlp_pci.c83 int maxslots, s, f, pcifunchigh, irq; local
96 pcifunchigh = 0;
102 pcifunchigh = PCI_FUNCMAX;
104 for (f = 0; f <= pcifunchigh; f++) {
/freebsd-11-stable/sys/x86/pci/
H A Dpci_bus.c381 int pcifunchigh; local
415 pcifunchigh = PCI_FUNCMAX;
417 pcifunchigh = 0;
418 for (func = 0; func <= pcifunchigh; func++) {
/freebsd-11-stable/sys/dev/hyperv/pcib/
H A Dvmbus_pcib.c613 int busno, domain, s, f, pcifunchigh; local
639 pcifunchigh = 0;
644 pcifunchigh = PCIB_MAXFUNCS(pcib);
645 for (f = 0; f <= pcifunchigh; f++) {
/freebsd-11-stable/sys/dev/pci/
H A Dpci.c4057 int s, f, pcifunchigh; local
4079 pcifunchigh = 0;
4086 pcifunchigh = PCIB_MAXFUNCS(pcib);
4087 for (f = first_func; f <= pcifunchigh; f++)
4101 int busno, domain, s, f, pcifunchigh; local
4127 pcifunchigh = 0;
4132 pcifunchigh = PCIB_MAXFUNCS(pcib);
4133 for (f = 0; f <= pcifunchigh; f++) {

Completed in 141 milliseconds