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

/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Drtw.c1718 tdn = &tdb->tdb_desc[ts->ts_last];
1735 device_xname(sc->sc_dev), ts, ts->ts_first, ts->ts_last,
1778 ndesc = 1 + ts->ts_last - ts->ts_first;
1779 if (ts->ts_last < ts->ts_first)
1799 if (next == ts->ts_last)
1810 } else if ((tdb->tdb_desc[ts->ts_last].td_stat &
1812 rtw_txdescs_sync(tdb, ts->ts_last, 1,
3425 ts->ts_last = lastdesc;
3426 tdb->tdb_desc[ts->ts_last].td_ctl0 |= htole32(RTW_TXCTL0_LS);
3432 rtw_print_txdesc(sc, "LS on", ts, tdb, ts->ts_last);
[all...]
H A Drtwvar.h179 u_int ts_last; /* last hw descriptor */ member in struct:rtw_txsoft

Completed in 117 milliseconds