Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/ath/ath_hal/ar5211/
H A Dar5211_interrupts.c72 if ((isr & AR_ISR_RXORN) && AH_PRIVATE(ah)->ah_rxornIsFatal) { in ar5211GetPendingInterrupts()
H A Dar5211_attach.c536 ahpriv->ah_rxornIsFatal = AH_TRUE; in ar5211FillCapabilityInfo()
/dragonfly/sys/dev/netif/ath/ath_hal/ar5212/
H A Dar5212_interrupts.c103 if ((isr & AR_ISR_RXORN) && AH_PRIVATE(ah)->ah_rxornIsFatal) { in ar5212GetPendingInterrupts()
H A Dar5212_attach.c889 ahpriv->ah_rxornIsFatal = in ar5212FillCapabilityInfo()
/dragonfly/sys/dev/netif/ath/ath_hal/ar5210/
H A Dar5210_attach.c403 ahpriv->ah_rxornIsFatal = AH_TRUE; in ar5210FillCapabilityInfo()
/dragonfly/sys/dev/netif/ath/ath_hal/
H A Dah.c762 return AH_PRIVATE(ah)->ah_rxornIsFatal ? HAL_OK : HAL_ENOTSUPP; in ath_hal_getcapability()
834 AH_PRIVATE(ah)->ah_rxornIsFatal = setting; in ath_hal_setcapability()
H A Dah_internal.h423 int ah_rxornIsFatal; /* how to treat HAL_INT_RXORN */ member
/dragonfly/sys/dev/netif/ath/ath_hal/ar5416/
H A Dar5416_attach.c1045 ahpriv->ah_rxornIsFatal = AH_FALSE; in ar5416FillCapabilityInfo()