Home
last modified time | relevance | path

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

/freebsd/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_misc.c493 pCap->halRxStreams = 2; in ar5416SetCapability()
495 pCap->halRxStreams = 1; in ar5416SetCapability()
H A Dar5416_attach.c1003 pCap->halRxStreams = 2; in ar5416FillCapabilityInfo()
1013 pCap->halRxStreams = 1; in ar5416FillCapabilityInfo()
/freebsd/sys/dev/ath/ath_hal/ar9001/
H A Dar9160_attach.c329 pCap->halRxStreams = 2; in ar9160FillCapabilityInfo()
/freebsd/sys/dev/ath/ath_hal/ar9002/
H A Dar9285_attach.c537 pCap->halRxStreams = 1; in ar9285FillCapabilityInfo()
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_misc.c1090 p_cap->halRxStreams = owl_get_ntxchains(setting); in ar9300_set_capability()
1091 if (p_cap->halRxStreams > 3) in ar9300_set_capability()
1092 p_cap->halRxStreams = 3; in ar9300_set_capability()
1093 else if (p_cap->halRxStreams < 1) in ar9300_set_capability()
1094 p_cap->halRxStreams = 1; in ar9300_set_capability()
H A Dar9300_attach.c2753 p_cap->halRxStreams = owl_get_ntxchains(p_cap->halRxChainMask); in ar9300_fill_capability_info()
/freebsd/sys/dev/ath/ath_hal/
H A Dah_internal.h308 uint8_t halRxStreams; member
H A Dah.c875 *result = pCap->halRxStreams; in ath_hal_getcapability()