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

/freebsd-13-stable/sys/dev/etherswitch/arswitch/
H A Darswitch_8316.c93 } else if (sc->is_gmii) {
H A Darswitch_9340.c154 if (sc->is_gmii) {
165 device_printf(sc->sc_dev, "%s: need is_gmii or is_mii set\n",
H A Darswitchvar.h68 int is_gmii; /* PHY mode is GMII (XXX which PHY?) */ member in struct:arswitch_softc
H A Darswitch.c617 sc->is_gmii = 0;
627 "is_gmii", &sc->is_gmii);

Completed in 204 milliseconds