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

  /src/sys/dev/ic/
mb86950var.h 56 int txb_count; /* number of TX buffers in use */
mb86960var.h 150 int txb_count; /* number of packets in TX buffer */ member in struct:mb86960_softc
mb86960.c 430 if_statadd(ifp, if_oerrors, sc->txb_sched + sc->txb_count);
468 sc->txb_count = 0;
621 sc->sc_ec.ec_if.if_timer = 1 + sc->txb_count;
624 sc->txb_sched = sc->txb_count;
625 sc->txb_count = 0;
654 if ((sc->txb_count == 0) != (sc->txb_free == sc->txb_size)) {
656 * Txb_count and txb_free co-works to manage the
657 * transmission buffer. Txb_count keeps track of the
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)
    [all...]

Completed in 12 milliseconds