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

/freebsd-11-stable/sys/i386/pci/
H A Dpci_pir.c270 uint8_t func, maxfunc; local
280 maxfunc = PCI_FUNCMAX;
282 maxfunc = 0;
285 for (func = 0; func <= maxfunc; func++) {
/freebsd-11-stable/sys/mips/rt305x/
H A Drt305x_pci.c806 int slot, func, maxfunc, error; local
810 maxfunc = 0;
811 for (func = 0; func <= maxfunc; func++) {
819 maxfunc = PCI_FUNCMAX;
/freebsd-11-stable/sys/powerpc/mpc85xx/
H A Dpci_mpc85xx.c561 int slot, func, maxfunc; local
567 maxfunc = 0;
568 for (func = 0; func <= maxfunc; func++) {
576 maxfunc = PCI_FUNCMAX;
/freebsd-11-stable/sys/dev/acpica/
H A Dacpi_pci_link.c577 uint8_t func, maxfunc; local
587 maxfunc = PCI_FUNCMAX;
589 maxfunc = 0;
592 for (func = 0; func <= maxfunc; func++) {
/freebsd-11-stable/sys/arm/mv/
H A Dmv_pci.c752 int slot, func, maxfunc, error; local
756 maxfunc = 0;
757 for (func = 0; func <= maxfunc; func++) {
765 maxfunc = PCI_FUNCMAX;

Completed in 159 milliseconds