Home
last modified time | relevance | path

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

/freebsd-head/sys/contrib/dev/ath/ath_hal/ar9300/
HDar9300_stub.c80 ah->ah_stopPcuReceive = ar9300_Stub_StopPcuReceive; in ar9300_set_stub_functions()
HDar9300_freebsd.c375 ah->ah_stopPcuReceive = ar9300_stop_pcu_receive; in ar9300_attach_freebsd_ops()
/freebsd-head/sys/dev/ath/ath_hal/ar5210/
HDar5210_attach.c88 .ah_stopPcuReceive = ar5210StopPcuReceive,
/freebsd-head/sys/dev/ath/ath_hal/ar5211/
HDar5211_attach.c88 .ah_stopPcuReceive = ar5211StopPcuReceive,
/freebsd-head/sys/dev/ath/ath_hal/ar5212/
HDar5212_attach.c84 .ah_stopPcuReceive = ar5212StopPcuReceive,
/freebsd-head/sys/dev/ath/ath_hal/ar5416/
HDar5416_attach.c127 ah->ah_stopPcuReceive = ar5416StopPcuReceive; in ar5416InitState()
/freebsd-head/sys/dev/ath/ath_hal/
HDah.h1326 void __ahdecl(*ah_stopPcuReceive)(struct ath_hal*); member
/freebsd-head/sys/dev/ath/
HDif_athvar.h1159 ((*(_ah)->ah_stopPcuReceive)((_ah)))