Home
last modified time | relevance | path

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

/dragonfly/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_stub.c80 ah->ah_stopPcuReceive = ar9300_Stub_StopPcuReceive; in ar9300_set_stub_functions()
H A Dar9300_freebsd.c164 ah->ah_stopPcuReceive = ar9300_stop_pcu_receive; in ar9300_attach_freebsd_ops()
/dragonfly/sys/dev/netif/ath/ath_hal/ar5210/
H A Dar5210_attach.c88 .ah_stopPcuReceive = ar5210StopPcuReceive,
/dragonfly/sys/dev/netif/ath/ath_hal/ar5211/
H A Dar5211_attach.c88 .ah_stopPcuReceive = ar5211StopPcuReceive,
/dragonfly/sys/dev/netif/ath/ath_hal/ar5212/
H A Dar5212_attach.c84 .ah_stopPcuReceive = ar5212StopPcuReceive,
/dragonfly/sys/dev/netif/ath/ath_hal/ar5416/
H A Dar5416_attach.c127 ah->ah_stopPcuReceive = ar5416StopPcuReceive; in ar5416InitState()
/dragonfly/sys/dev/netif/ath/ath_hal/
H A Dah.h1435 void __ahdecl(*ah_stopPcuReceive)(struct ath_hal*); member
/dragonfly/sys/dev/netif/ath/ath/
H A Dif_athvar.h1176 ((*(_ah)->ah_stopPcuReceive)((_ah)))