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

  /src/sys/dev/ic/
rtwreg.h 839 volatile uint32_t td_next; member in struct:rtw_txdesc
rtw.c 1801 printf(" %" PRIx32 "/%" PRIx32 "/%" PRIx32 "/%" PRIu32 "/%" PRIx32, le32toh(tdb->tdb_desc[next].td_stat), le32toh(tdb->tdb_desc[next].td_ctl1), le32toh(tdb->tdb_desc[next].td_buf), le32toh(tdb->tdb_desc[next].td_len), le32toh(tdb->tdb_desc[next].td_next));
2027 tdb->tdb_desc[i].td_next = htole32(RTW_NEXT_DESC(tdb, i));
3296 le32toh(td->td_buf), le32toh(td->td_next),
3478 td->td_next = htole32(RTW_NEXT_DESC(tdb, desc));

Completed in 14 milliseconds