Searched refs:ts_first (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Drtw.c1735 device_xname(sc->sc_dev), ts, ts->ts_first, ts->ts_last,
1775 if (ts->ts_first == rtw_txring_next(&sc->sc_regs, tdb))
1778 ndesc = 1 + ts->ts_last - ts->ts_first;
1779 if (ts->ts_last < ts->ts_first)
1784 rtw_txdescs_sync(tdb, ts->ts_first, ndesc,
1792 for (next = ts->ts_first; ;
1802 rtw_txdescs_sync(tdb, ts->ts_first, ndesc,
3380 ts->ts_first = tdb->tdb_next;
3382 rtw_txdescs_sync(tdb, ts->ts_first, dmamap->dm_nsegs,
3385 KASSERT(ts->ts_first < td
[all...]
H A Drtwvar.h178 u_int ts_first; /* 1st hw descriptor */ member in struct:rtw_txsoft

Completed in 112 milliseconds