Home
last modified time | relevance | path

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

/netbsd/sys/arch/evbppc/virtex/dev/
H A 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/sys/dev/ic/
H A Dathnvar.h565 int sc_txscur; member
H A Darn9003.c826 sc->sc_txscur = 0; in ar9003_reset_txsring()
1108 ds = &((struct ar_tx_status *)sc->sc_txsring)[sc->sc_txscur]; in ar9003_tx_process()
1112 sc->sc_txscur = (sc->sc_txscur + 1) % AR9003_NTXSTATUS; in ar9003_tx_process()