Home
last modified time | relevance | path

Searched refs:sc_txnext (Results 1 – 6 of 6) sorted by relevance

/freebsd-12-stable/sys/dev/wi/
Dif_wivar.h133 int sc_txnext; /* index of next TX */ member
Dif_wi.c638 sc->sc_txcur = sc->sc_txnext = 0; in wi_setup_locked()
948 cur = sc->sc_txnext; in wi_start()
1002 sc->sc_txnext = cur = (cur + 1) % sc->sc_ntxbuf; in wi_start()
1009 int cur = sc->sc_txnext; in wi_start_tx()
1053 cur = sc->sc_txnext; in wi_raw_xmit()
1093 sc->sc_txnext = cur = (cur + 1) % sc->sc_ntxbuf; in wi_raw_xmit()
1415 fid, sc->sc_txd[cur].d_fid, cur, sc->sc_txnext); in wi_tx_intr()
/freebsd-12-stable/sys/dev/gem/
Dif_gem.c871 sc->sc_txnext = 0; in gem_meminit()
1188 txs->txs_firstdesc = sc->sc_txnext; in gem_load_txmbuf()
1243 sc->sc_txnext = GEM_NEXTTX(txs->txs_lastdesc); in gem_load_txmbuf()
1346 device_get_name(sc->sc_dev), __func__, sc->sc_txnext); in gem_txkick()
1349 GEM_BANK1_WRITE_4(sc, GEM_TX_KICK, sc->sc_txnext); in gem_txkick()
1368 sc->sc_txnext); in gem_start_locked()
1383 if ((sc->sc_txnext % 4) == 0) { in gem_start_locked()
1397 device_get_name(sc->sc_dev), sc->sc_txnext); in gem_start_locked()
Dif_gemvar.h169 u_int sc_txnext; /* next ready TX descriptor */ member
/freebsd-12-stable/sys/dev/cas/
Dif_cas.c876 sc->sc_txnext = 0; in cas_meminit()
1272 txs->txs_firstdesc = sc->sc_txnext; in cas_load_txmbuf()
1325 sc->sc_txnext = CAS_NEXTTX(txs->txs_lastdesc); in cas_load_txmbuf()
1435 device_get_name(sc->sc_dev), __func__, sc->sc_txnext); in cas_txkick()
1438 CAS_WRITE_4(sc, CAS_TX_KICK3, sc->sc_txnext); in cas_txkick()
1462 sc->sc_txnext); in cas_start()
1477 if ((sc->sc_txnext % 4) == 0) { in cas_start()
1491 device_get_name(sc->sc_dev), sc->sc_txnext); in cas_start()
Dif_casvar.h188 u_int sc_txnext; /* next ready TX descriptor */ member