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

/freebsd-13-stable/stand/uboot/fdt/
H A Duboot_fdt.c124 int eth_no, i, len, n; local
128 eth_no = 0;
145 if (!eth_no) {
191 if (n + 1 > eth_no)
192 eth_no = n + 1;

Completed in 103 milliseconds