Home
last modified time | relevance | path

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

/freebsd-head/sys/contrib/dev/ath/ath_hal/ar9300/
HDar9300_stub.c61 ah->ah_getTxDP = ar9300_Stub_GetTxDP; in ar9300_set_stub_functions()
HDar9300_freebsd.c350 ah->ah_getTxDP = ar9300_get_tx_dp; in ar9300_attach_freebsd_ops()
/freebsd-head/sys/dev/ath/ath_hal/ar5210/
HDar5210_attach.c66 .ah_getTxDP = ar5210GetTxDP,
/freebsd-head/sys/dev/ath/ath_hal/ar5211/
HDar5211_attach.c66 .ah_getTxDP = ar5211GetTxDP,
/freebsd-head/sys/dev/ath/ath_hal/ar5212/
HDar5212_attach.c62 .ah_getTxDP = ar5212GetTxDP,
/freebsd-head/sys/dev/ath/ath_hal/
HDah.h1282 uint32_t __ahdecl(*ah_getTxDP)(struct ath_hal*, u_int); member
/freebsd-head/sys/dev/ath/
HDif_athvar.h1123 ((*(_ah)->ah_getTxDP)((_ah), (_q)))