Home
last modified time | relevance | path

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

/openbsd-src/sys/dev/ic/
H A Dathn.c1979 AR_WRITE(sc, AR_QMISC(qid), in athn_init_tx_queues()
1987 AR_SETBITS(sc, AR_QMISC(ATHN_QID_BEACON), in athn_init_tx_queues()
2001 AR_SETBITS(sc, AR_QMISC(ATHN_QID_CAB), in athn_init_tx_queues()
2009 AR_SETBITS(sc, AR_QMISC(ATHN_QID_PSPOLL), in athn_init_tx_queues()
H A Dathnreg.h73 #define AR_QMISC(i) (0x09c0 + (i) * 4) macro