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

/freebsd-11-stable/sys/dev/de/
H A Dif_de.c2330 tulip_softc_t *root_sc = NULL; local
2339 root_sc = tulips[root_unit];
2340 if (root_sc == NULL
2341 || !(root_sc->tulip_features & TULIP_HAVE_SLAVEDINTR))
2343 root_sc = NULL;
2345 if (root_sc != NULL
2346 && root_sc->tulip_chipid == sc->tulip_chipid
2347 && root_sc->tulip_pci_busno == sc->tulip_pci_busno) {
2349 sc->tulip_slaves = root_sc->tulip_slaves;
2350 root_sc
2861 tulip_softc_t *root_sc = NULL; local
[all...]

Completed in 76 milliseconds