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

/freebsd-9.3-release/sys/dev/en/
H A Dmidwayvar.h208 uint8_t alburst; /* align dma bursts? */ member in struct:en_softc
H A Dmidway.c621 if (sc->alburst &&
2076 if (sc->alburst &&
2551 * be aligned on any sort of boundary or not ("alburst").
2559 * set the noalbursts flag. That will be set only if also alburst is set.
2712 sc->alburst = 0;
2753 sc->alburst = 1;
2875 if (sc->bestburstlen == 64 && sc->alburst == 0)
2880 "burst=%d, alburst=%d\n", sc->bestburstlen,
2881 sc->alburst);
2885 "bytes%s\n", sc->bestburstlen, sc->alburst
[all...]

Completed in 96 milliseconds