HomeSort by: relevance | last modified time | path
    Searched refs:txb_size (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/ic/
mb86950var.h 55 int txb_size; /* total size of TX buffer */
mb86960var.h 148 int txb_size; /* total bytes in TX buffer */ member in struct:mb86960_softc
mb86960.c 211 sc->txb_size = 2048;
214 sc->txb_size = 4096;
217 sc->txb_size = 8192;
227 sc->txb_size = 2048;
467 sc->txb_free = sc->txb_size;
626 sc->txb_free = sc->txb_size;
654 if ((sc->txb_count == 0) != (sc->txb_free == sc->txb_size)) {
661 * as txb_size (which represents whole buffer.)

Completed in 13 milliseconds