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

  /src/sys/dev/ic/
mb86950var.h 54 int txb_free; /* free TX buffers */
mb86960var.h 149 int txb_free; /* free bytes in TX buffer */ member in struct:mb86960_softc
mb86960.c 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)) {
656 * Txb_count and txb_free co-works to manage the
658 * used potion of the buffer, while txb_free does unused
660 * txb_count is zero if and only if txb_free is same
664 device_xname(sc->sc_dev), sc->txb_count, sc->txb_free);
668 * We now know txb_count and txb_free contradicts. We
677 * txb_free was incorrect, resetting txb_count just lose
727 if (sc->txb_free <
    [all...]

Completed in 96 milliseconds