Searched refs:pCap (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ath/ath9k/
H A Dhw.c153 struct ath9k_hw_capabilities *pCap = &ah->caps; local
156 *low = pCap->low_5ghz_chan;
157 *high = pCap->high_5ghz_chan;
161 *low = pCap->low_2ghz_chan;
162 *high = pCap->high_2ghz_chan;
1556 const struct ath9k_hw_capabilities *pCap = &ah->caps; local
1561 if (entry >= pCap->keycache_size) {
1572 if (!(pCap->hw_caps & ATH9K_HW_CAP_CIPHER_AESCCM)) {
1583 && entry + 64 >= pCap->keycache_size) {
1793 struct ath9k_hw_capabilities *pCap local
1974 struct ath9k_hw_capabilities *pCap = &ah->caps; local
2050 struct ath9k_hw_capabilities *pCap = &ah->caps; local
[all...]
H A Dmac.c153 struct ath9k_hw_capabilities *pCap = &ah->caps; local
158 if (q >= pCap->total_queues) {
240 struct ath9k_hw_capabilities *pCap = &ah->caps; local
243 if (q >= pCap->total_queues) {
311 struct ath9k_hw_capabilities *pCap = &ah->caps; local
314 if (q >= pCap->total_queues) {
351 struct ath9k_hw_capabilities *pCap = &ah->caps; local
356 q = pCap->total_queues - 1;
359 q = pCap->total_queues - 2;
365 q = pCap
416 struct ath9k_hw_capabilities *pCap = &ah->caps; local
448 struct ath9k_hw_capabilities *pCap = &ah->caps; local
864 struct ath9k_hw_capabilities *pCap = &ah->caps; local
[all...]
H A Dar9003_mac.c57 struct ath9k_hw_capabilities *pCap = &ah->caps; local
96 if (!(pCap->hw_caps & ATH9K_HW_CAP_RAC_SUPPORTED)) {
102 if ((pCap->hw_caps & ATH9K_HW_CAP_RAC_SUPPORTED))
129 if (!(pCap->hw_caps & ATH9K_HW_CAP_RAC_SUPPORTED)) {
144 if (pCap->hw_caps & ATH9K_HW_CAP_RAC_SUPPORTED)
158 if (!(pCap->hw_caps & ATH9K_HW_CAP_RAC_SUPPORTED)) {
167 if (!(pCap->hw_caps & ATH9K_HW_CAP_RAC_SUPPORTED)) {
H A Dar9002_mac.c40 struct ath9k_hw_capabilities *pCap = &ah->caps; local
122 if (!(pCap->hw_caps & ATH9K_HW_CAP_AUTOSLEEP)) {
451 struct ath9k_hw_capabilities *pCap = &ah->caps; local
458 if (!(pCap->hw_caps & ATH9K_HW_CAP_AUTOSLEEP))

Completed in 133 milliseconds