Home
last modified time | relevance | path

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

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