Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_stub.c79 ah->ah_startPcuReceive = ar9300_Stub_StartPcuReceive; in ar9300_set_stub_functions()
H A Dar9300_freebsd.c374 ah->ah_startPcuReceive = ar9300_start_pcu_receive; in ar9300_attach_freebsd_ops()
/freebsd/sys/dev/ath/ath_hal/ar5210/
H A Dar5210_attach.c87 .ah_startPcuReceive = ar5210StartPcuReceive,
/freebsd/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_attach.c87 .ah_startPcuReceive = ar5211StartPcuReceive,
/freebsd/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_attach.c83 .ah_startPcuReceive = ar5212StartPcuReceive,
/freebsd/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_attach.c126 ah->ah_startPcuReceive = ar5416StartPcuReceive; in ar5416InitState()
/freebsd/sys/dev/ath/ath_hal/
H A Dah.h1325 void __ahdecl(*ah_startPcuReceive)(struct ath_hal*, HAL_BOOL); member
/freebsd/sys/dev/ath/
H A Dif_athvar.h1161 ((*(_ah)->ah_startPcuReceive)((_ah), (_is_scanning)))