MALO_TX_RING_COUNT 371 dev/ic/malo.c malo_alloc_tx_ring(sc, &sc->sc_txring, MALO_TX_RING_COUNT); MALO_TX_RING_COUNT 1057 dev/ic/malo.c if (sc->sc_txring.queued >= MALO_TX_RING_COUNT) { MALO_TX_RING_COUNT 1077 dev/ic/malo.c if (sc->sc_txring.queued >= MALO_TX_RING_COUNT - 1) { MALO_TX_RING_COUNT 1520 dev/ic/malo.c sc->sc_txring.cur = (sc->sc_txring.cur + 1) % MALO_TX_RING_COUNT; MALO_TX_RING_COUNT 1638 dev/ic/malo.c sc->sc_txring.cur = (sc->sc_txring.cur + 1) % MALO_TX_RING_COUNT;