Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_stub.c59 ah->ah_releaseTxQueue = ar9300_Stub_ReleaseTxQueue; in ar9300_set_stub_functions()
H A Dar9300_freebsd.c349 ah->ah_releaseTxQueue = ar9300_release_tx_queue; in ar9300_attach_freebsd_ops()
/freebsd/sys/dev/ath/ath_hal/ar5210/
H A Dar5210_attach.c64 .ah_releaseTxQueue = ar5210ReleaseTxQueue,
/freebsd/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_attach.c64 .ah_releaseTxQueue = ar5211ReleaseTxQueue,
/freebsd/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_attach.c60 .ah_releaseTxQueue = ar5212ReleaseTxQueue,
/freebsd/sys/dev/ath/ath_hal/
H A Dah.h1280 HAL_BOOL __ahdecl(*ah_releaseTxQueue)(struct ath_hal *ah, u_int q); member
/freebsd/sys/dev/ath/
H A Dif_athvar.h1174 ((*(_ah)->ah_releaseTxQueue)((_ah), (_q)))