Home
last modified time | relevance | path

Searched refs:ah_isInterruptPending (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_stub.c159 ah->ah_isInterruptPending = ar9300_Stub_IsInterruptPending; in ar9300_set_stub_functions()
H A Dar9300_freebsd.c467 ah->ah_isInterruptPending = ar9300_is_interrupt_pending; in ar9300_attach_freebsd_ops()
/freebsd/sys/dev/ath/ath_hal/ar5312/
H A Dar5312_attach.c95 ah->ah_isInterruptPending = ar5312IsInterruptPending; in ar5312Attach()
/freebsd/sys/dev/ath/ath_hal/ar5210/
H A Dar5210_attach.c168 .ah_isInterruptPending = ar5210IsInterruptPending,
/freebsd/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_attach.c168 .ah_isInterruptPending = ar5211IsInterruptPending,
/freebsd/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_attach.c168 .ah_isInterruptPending = ar5212IsInterruptPending,
/freebsd/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_attach.c200 ah->ah_isInterruptPending = ar5416IsInterruptPending; in ar5416InitState()
/freebsd/sys/dev/ath/ath_hal/
H A Dah.h1511 HAL_BOOL __ahdecl(*ah_isInterruptPending)(struct ath_hal*); member
/freebsd/sys/dev/ath/
H A Dif_athvar.h1079 ((*(_ah)->ah_isInterruptPending)((_ah)))