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

  /src/sys/dev/ic/
rtwvar.h 214 u_int rdb_next; member in struct:rtw_rxdesc_blk
rtw.c 1421 rdb->rdb_next = 0;
1466 for (next = rdb->rdb_next; ; next = rdb->rdb_next) {
1496 rdb->rdb_next = (next + 1) % rdb->rdb_ndesc;
2013 rdb->rdb_next = 0;

Completed in 31 milliseconds