Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_stub.c62 ah->ah_setTxDP = ar9300_Stub_SetTxDP; in ar9300_set_stub_functions()
H A Dar9300_freebsd.c352 ah->ah_setTxDP = ar9300_set_tx_dp; in ar9300_attach_freebsd_ops()
/freebsd/sys/dev/ath/ath_hal/ar5210/
H A Dar5210_attach.c67 .ah_setTxDP = ar5210SetTxDP,
/freebsd/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_attach.c67 .ah_setTxDP = ar5211SetTxDP,
/freebsd/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_attach.c63 .ah_setTxDP = ar5212SetTxDP,
/freebsd/sys/dev/ath/ath_hal/
H A Dah.h1283 HAL_BOOL __ahdecl(*ah_setTxDP)(struct ath_hal*, u_int, uint32_t txdp); member
/freebsd/sys/dev/ath/
H A Dif_athvar.h1121 ((*(_ah)->ah_setTxDP)((_ah), (_q), (_bufaddr)))