GEM_PCI
((sc->sc_flags & GEM_PCI) ?
if (sc->sc_flags & GEM_PCI)
(((sc)->sc_flags & GEM_PCI) ? le64toh(v) : be64toh(v))
(((sc)->sc_flags & GEM_PCI) ? htole64(v) : htobe64(v))
sc->sc_flags |= GEM_PCI;
sc->sc_flags &= ~GEM_PCI;