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

/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Drtwvar.h234 #define RTW_NEXT_IDX(__htc, __idx) (((__idx) + 1) % (__htc)->tdb_ndesc) macro
238 sizeof(struct rtw_txdesc) * RTW_NEXT_IDX((__htc), (__idx)))
H A Drtw.c1793 next = RTW_NEXT_IDX(tdb, next)) {
1805 next = RTW_NEXT_IDX(tdb, next);
2033 next = RTW_NEXT_IDX(tdb, next), i++) {
3400 i++, desc = RTW_NEXT_IDX(tdb, desc)) {

Completed in 59 milliseconds