Home
last modified time | relevance | path

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

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