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

/freebsd-9.3-release/sys/dev/pcn/
H A Dif_pcn.c100 static const struct pcn_type pcn_devs[] = {
121 static const struct pcn_type *pcn_match(u_int16_t, u_int16_t);
292 if (((sc->pcn_type == Am79C971 && phy != PCN_PHYAD_10BT) ||
293 sc->pcn_type == Am79C973 || sc->pcn_type == Am79C975 ||
294 sc->pcn_type == Am79C978) && sc->pcn_extphyaddr != -1 &&
303 if (((sc->pcn_type == Am79C971 && phy != PCN_PHYAD_10BT) ||
304 sc->pcn_type == Am79C973 || sc->pcn_type == Am79C975 ||
305 sc->pcn_type
[all...]
H A Dif_pcnreg.h445 struct pcn_type { struct
463 int pcn_type; member in struct:pcn_softc

Completed in 45 milliseconds