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

/freebsd-11.0-release/sys/dev/pci/
H A Dpci.c3898 int first_func; local
3914 first_func = 1;
3917 for (s = 0; s <= maxslots; s++, first_func = 0) {
3926 for (f = first_func; f <= pcifunchigh; f++)

Completed in 61 milliseconds