Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_stub.c70 ah->ah_getTxIntrQueue = ar9300_Stub_GetTxIntrQueue; in ar9300_set_stub_functions()
H A Dar9300_freebsd.c359 ah->ah_getTxIntrQueue = ar9300_get_tx_intr_queue; in ar9300_attach_freebsd_ops()
/freebsd/sys/dev/ath/ath_hal/ar5210/
H A Dar5210_attach.c75 .ah_getTxIntrQueue = ar5210GetTxIntrQueue,
/freebsd/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_attach.c75 .ah_getTxIntrQueue = ar5211GetTxIntrQueue,
/freebsd/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_attach.c71 .ah_getTxIntrQueue = ar5212GetTxIntrQueue,
/freebsd/sys/dev/ath/ath_hal/
H A Dah.h1305 void __ahdecl(*ah_getTxIntrQueue)(struct ath_hal *, uint32_t *); member
/freebsd/sys/dev/ath/
H A Dif_athvar.h1405 ((*(_ah)->ah_getTxIntrQueue)((_ah), (_txqs)))