Home
last modified time | relevance | path

Searched refs:pCap (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_hw.c152 *low = pCap->low_5ghz_chan; in ath9k_get_channel_edges()
157 *low = pCap->low_2ghz_chan; in ath9k_get_channel_edges()
3494 pCap->rx_chainmask = in ath9k_hw_fill_cap_info()
3497 pCap->rx_chainmask = in ath9k_hw_fill_cap_info()
3531 pCap->total_queues = in ath9k_hw_fill_cap_info()
3537 pCap->keycache_size = in ath9k_hw_fill_cap_info()
3595 pCap->reg_cap = in ath9k_hw_fill_cap_info()
3601 pCap->reg_cap = in ath9k_hw_fill_cap_info()
3609 pCap->num_antcfg_5ghz = in ath9k_hw_fill_cap_info()
3612 pCap->num_antcfg_2ghz = in ath9k_hw_fill_cap_info()
[all …]
H A Darn_mac.c572 struct ath9k_hw_capabilities *pCap = &ah->ah_caps; in ath9k_hw_set_txq_props() local
575 if (q >= pCap->total_queues) { in ath9k_hw_set_txq_props()
646 if (q >= pCap->total_queues) { in ath9k_hw_get_txq_props()
688 q = pCap->total_queues - 1; in ath9k_hw_setuptxqueue()
691 q = pCap->total_queues - 2; in ath9k_hw_setuptxqueue()
697 q = pCap->total_queues - 3; in ath9k_hw_setuptxqueue()
700 for (q = 0; q < pCap->total_queues; q++) in ath9k_hw_setuptxqueue()
704 if (q == pCap->total_queues) { in ath9k_hw_setuptxqueue()
757 if (q >= pCap->total_queues) { in ath9k_hw_releasetxqueue()
793 if (q >= pCap->total_queues) { in ath9k_hw_resettxqueue()
[all …]