rdb_next 1147 dev/ic/rtw.c KASSERT(rdb->rdb_next < rdb->rdb_ndesc); rdb_next 1149 dev/ic/rtw.c for (next = rdb->rdb_next; ; next = (next + 1) % rdb->rdb_ndesc) { rdb_next 1345 dev/ic/rtw.c rdb->rdb_next = next; rdb_next 1347 dev/ic/rtw.c KASSERT(rdb->rdb_next < rdb->rdb_ndesc); rdb_next 1659 dev/ic/rtw.c rdb->rdb_next = 0; rdb_next 1717 dev/ic/rtw.c if (rdb->rdb_next != next) { rdb_next 1720 dev/ic/rtw.c rdb->rdb_next, next)); rdb_next 1721 dev/ic/rtw.c rdb->rdb_next = MIN(next, rdb->rdb_ndesc - 1); rdb_next 207 dev/ic/rtwvar.h u_int rdb_next;