Home
last modified time | relevance | path

Searched refs:ah_enableDfs (Results 1 – 8 of 8) sorted by relevance

/trueos/sys/contrib/dev/ath/ath_hal/ar9300/
HDar9300_stub.c134 ah->ah_enableDfs = ar9300_Stub_EnableDfs; in ar9300_set_stub_functions()
HDar9300_freebsd.c173 ah->ah_enableDfs = ar9300_enable_dfs; in ar9300_attach_freebsd_ops()
/trueos/sys/dev/ath/ath_hal/ar5210/
HDar5210_attach.c141 .ah_enableDfs = ar5210EnableDfs,
/trueos/sys/dev/ath/ath_hal/ar5211/
HDar5211_attach.c141 .ah_enableDfs = ar5211EnableDfs,
/trueos/sys/dev/ath/ath_hal/ar5212/
HDar5212_attach.c140 .ah_enableDfs = ar5212EnableDfs,
/trueos/sys/dev/ath/ath_hal/ar5416/
HDar5416_attach.c159 ah->ah_enableDfs = ar5416EnableDfs; in ar5416InitState()
/trueos/sys/dev/ath/ath_hal/
HDah.h1464 void __ahdecl(*ah_enableDfs)(struct ath_hal *ah, member
/trueos/sys/dev/ath/
HDif_athvar.h1418 ((*(_ah)->ah_enableDfs)((_ah), (_param)))