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

/freebsd-10.0-release/sys/dev/sge/
H A Dif_sge.c254 sc->sge_flags |= SGE_FLAG_RGMII;
320 sc->sge_flags |= SGE_FLAG_RGMII;
392 sc->sge_flags &= ~SGE_FLAG_LINK;
397 sc->sge_flags |= SGE_FLAG_LINK;
401 sc->sge_flags |= SGE_FLAG_LINK;
405 if ((sc->sge_flags & SGE_FLAG_FASTETHER) == 0) {
406 sc->sge_flags |= SGE_FLAG_LINK;
414 if ((sc->sge_flags & SGE_FLAG_LINK) == 0)
421 sc->sge_flags |= SGE_FLAG_SPEED_1000;
424 sc->sge_flags
[all...]
H A Dif_sgereg.h281 uint32_t sge_flags; member in struct:sge_desc
352 int sge_flags; member in struct:sge_softc

Completed in 173 milliseconds