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

/freebsd-10.3-release/sys/dev/gem/
H A Dif_gem_sbus.c131 sc->sc_flags = GEM_SERDES;
H A Dif_gemvar.h145 #define GEM_SERDES (1 << 4) /* use the SERDES */ macro
H A Dif_gem_pci.c220 sc->sc_flags |= GEM_SERDES;
H A Dif_gem.c272 if ((sc->sc_flags & GEM_SERDES) != 0)
352 sc->sc_flags |= GEM_SERDES;
972 if ((sc->sc_flags & GEM_SERDES) == 0)
1883 if ((sc->sc_flags & GEM_SERDES) != 0) {
1941 if ((sc->sc_flags & GEM_SERDES) != 0) {
2083 if ((sc->sc_flags & GEM_SERDES) == 0) {

Completed in 56 milliseconds