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

/freebsd-11.0-release/sys/dev/en/
H A Dmidwayvar.h209 uint8_t noalbursts; /* don't use unaligned > 4 byte bursts */ member in struct:en_softc
H A Dmidway.c629 if (sc->noalbursts) {
650 if (sc->noalbursts) {
2084 if (sc->noalbursts) {
2105 if (sc->noalbursts) {
2560 * set the noalbursts flag. That will be set only if also alburst is set.
2714 sc->noalbursts = 0;
2756 sc->noalbursts = 1;
2887 sc->noalbursts ? " (no large bursts)" : " (must align)" :

Completed in 53 milliseconds