Home
last modified time | relevance | path

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

/trueos/sys/contrib/dev/ath/ath_hal/ar9300/
HDar9300_stub.c78 ah->ah_stopDmaReceive = ar9300_Stub_StopDmaReceive; in ar9300_set_stub_functions()
HDar9300_freebsd.c117 ah->ah_stopDmaReceive = ar9300_stop_dma_receive_freebsd; in ar9300_attach_freebsd_ops()
/trueos/sys/dev/ath/ath_hal/ar5210/
HDar5210_attach.c86 .ah_stopDmaReceive = ar5210StopDmaReceive,
/trueos/sys/dev/ath/ath_hal/ar5211/
HDar5211_attach.c86 .ah_stopDmaReceive = ar5211StopDmaReceive,
/trueos/sys/dev/ath/ath_hal/ar5212/
HDar5212_attach.c82 .ah_stopDmaReceive = ar5212StopDmaReceive,
/trueos/sys/dev/ath/ath_hal/ar5416/
HDar5416_attach.c125 ah->ah_stopDmaReceive = ar5416StopDmaReceive; in ar5416InitState()
/trueos/sys/dev/ath/ath_hal/
HDah.h1381 HAL_BOOL __ahdecl(*ah_stopDmaReceive)(struct ath_hal*); member
/trueos/sys/dev/ath/
HDif_athvar.h1116 ((*(_ah)->ah_stopDmaReceive)((_ah)))