HomeSort by: relevance | last modified time | path
    Searched refs:ts_first (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ic/
rtw.c 1738 device_xname(sc->sc_dev), ts, ts->ts_first, ts->ts_last,
1781 if (ts->ts_first == rtw_txring_next(&sc->sc_regs, tdb))
1784 ndesc = 1 + ts->ts_last - ts->ts_first;
1785 if (ts->ts_last < ts->ts_first)
1790 rtw_txdescs_sync(tdb, ts->ts_first, ndesc,
1798 for (next = ts->ts_first; ;
1808 rtw_txdescs_sync(tdb, ts->ts_first, ndesc,
3447 ts->ts_first = tdb->tdb_next;
3449 rtw_txdescs_sync(tdb, ts->ts_first, dmamap->dm_nsegs,
3452 KASSERT(ts->ts_first < tdb->tdb_ndesc)
    [all...]
rtwvar.h 177 u_int ts_first; /* 1st hw descriptor */ member in struct:rtw_txsoft

Completed in 15 milliseconds