Home
last modified time | relevance | path

Searched refs:__htc (Results 1 – 1 of 1) sorted by relevance

/openbsd/src/sys/dev/ic/
Drtwvar.h224 #define RTW_NEXT_IDX(__htc, __idx) (((__idx) + 1) % (__htc)->tdb_ndesc) argument
226 #define RTW_NEXT_DESC(__htc, __idx) \ argument
227 ((__htc)->tdb_physbase + \
228 sizeof(struct rtw_txdesc) * RTW_NEXT_IDX((__htc), (__idx)))