Home
last modified time | relevance | path

Searched refs:sc_txscur (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/sys/arch/evbppc/virtex/dev/
Dif_temac.c181 int sc_txscur; member
611 sc->sc_txscur = 0; in temac_init()
691 txs = &sc->sc_txsoft[sc->sc_txscur]; in temac_start()
756 sc->sc_txscur = TEMAC_TXSNEXT(sc->sc_txscur); in temac_start()
/netbsd/src/sys/dev/ic/
Dathnvar.h565 int sc_txscur; member
Darn9003.c825 sc->sc_txscur = 0; in ar9003_reset_txsring()
1107 ds = &((struct ar_tx_status *)sc->sc_txsring)[sc->sc_txscur]; in ar9003_tx_process()
1111 sc->sc_txscur = (sc->sc_txscur + 1) % AR9003_NTXSTATUS; in ar9003_tx_process()