Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/contrib/dev/ath/ath_hal/ar9300/
Dar9300_stub.c78 ah->ah_stopDmaReceive = ar9300_Stub_StopDmaReceive; in ar9300_set_stub_functions()
Dar9300_freebsd.c357 ah->ah_stopDmaReceive = ar9300_stop_dma_receive_freebsd; in ar9300_attach_freebsd_ops()
/freebsd-12-stable/sys/dev/ath/ath_hal/ar5210/
Dar5210_attach.c88 .ah_stopDmaReceive = ar5210StopDmaReceive,
/freebsd-12-stable/sys/dev/ath/ath_hal/ar5211/
Dar5211_attach.c88 .ah_stopDmaReceive = ar5211StopDmaReceive,
/freebsd-12-stable/sys/dev/ath/ath_hal/ar5212/
Dar5212_attach.c84 .ah_stopDmaReceive = ar5212StopDmaReceive,
/freebsd-12-stable/sys/dev/ath/ath_hal/ar5416/
Dar5416_attach.c127 ah->ah_stopDmaReceive = ar5416StopDmaReceive; in ar5416InitState()
/freebsd-12-stable/sys/dev/ath/ath_hal/
Dah.h1326 HAL_BOOL __ahdecl(*ah_stopDmaReceive)(struct ath_hal*); member
/freebsd-12-stable/sys/dev/ath/
Dif_athvar.h1162 ((*(_ah)->ah_stopDmaReceive)((_ah)))