Home
last modified time | relevance | path

Searched refs:sc_cbt_cons (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/sys/dev/ic/
Dfxpvar.h132 struct fxp_txsw *sc_cbt_cons, *sc_cbt_prod, *sc_cbt_prev; member
Dfxp.c805 struct fxp_txsw *txs = sc->sc_cbt_cons; in fxp_intr()
828 if (sc->sc_cbt_cons != txs) in fxp_intr()
831 sc->sc_cbt_cons = txs; in fxp_intr()
1359 sc->sc_cbt_prev = sc->sc_cbt_prod = sc->sc_cbt_cons = sc->txs; in fxp_init()