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

/freebsd-9.3-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.c628 if (sc->noalbursts) {
649 if (sc->noalbursts) {
2083 if (sc->noalbursts) {
2104 if (sc->noalbursts) {
2559 * set the noalbursts flag. That will be set only if also alburst is set.
2713 sc->noalbursts = 0;
2755 sc->noalbursts = 1;
2886 sc->noalbursts ? " (no large bursts)" : " (must align)" :

Completed in 180 milliseconds