Searched refs:sc_txscur (Results 1 – 3 of 3) sorted by relevance
181 int sc_txscur; member611 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()
565 int sc_txscur; member
826 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()