Lines Matching defs:igsc
138 struct igphy_softc *igsc = (struct igphy_softc *)sc;
146 if (!prop_dictionary_get_uint32(dict, "mactype", &igsc->sc_mactype))
148 if (!prop_dictionary_get_uint32(dict, "macflags", &igsc->sc_macflags))
238 struct igphy_softc *igsc = (struct igphy_softc *)sc;
244 switch (igsc->sc_mactype) {
301 struct igphy_softc *igsc = (struct igphy_softc *)sc;
309 switch (igsc->sc_mactype) {
318 if ((igsc->sc_macflags & WM_F_EEPROM_INVALID) != 0)
325 if (igsc->sc_mactype == WM_T_82547) {
489 struct igphy_softc *igsc = (struct igphy_softc *)sc;
493 switch (igsc->sc_mactype) {
513 switch (igsc->sc_smartspeed) {
537 if (igsc->sc_smartspeed++ == IGPHY_TICK_MAX)
538 igsc->sc_smartspeed = 0;
540 igsc->sc_smartspeed = 0;