Home
last modified time | relevance | path

Searched refs:nss_160 (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/wireless/mediatek/mt76/mt7915/
H A Dinit.c997 u8 nss_160; in mt7915_init_he_caps() local
1000 nss_160 = nss; in mt7915_init_he_caps()
1003 nss_160 = nss / 2; in mt7915_init_he_caps()
1006 nss_160 = 0; in mt7915_init_he_caps()
1014 if (i < nss_160) in mt7915_init_he_caps()
1052 else if (nss_160) in mt7915_init_he_caps()
1113 if (nss_160) in mt7915_init_he_caps()
/linux/drivers/net/wireless/ath/ath11k/
H A Dmac.c2163 u32 rx_nss, tx_nss, nss_160; in ath11k_peer_assoc_h_vht() local
2268 nss_160 = FIELD_PREP(ATH11K_PEER_RX_NSS_160MHZ, rx_nss - 1); in ath11k_peer_assoc_h_vht()
2270 nss_160 = FIELD_PREP(ATH11K_PEER_RX_NSS_80_80MHZ, rx_nss - 1); in ath11k_peer_assoc_h_vht()
2272 arg->peer_bw_rxnss_override |= nss_160; in ath11k_peer_assoc_h_vht()
2361 u32 rx_nss, tx_nss, nss_160; in ath11k_peer_assoc_h_he() local
2578 nss_160 = FIELD_PREP(ATH11K_PEER_RX_NSS_160MHZ, rx_nss - 1); in ath11k_peer_assoc_h_he()
2580 nss_160 = FIELD_PREP(ATH11K_PEER_RX_NSS_80_80MHZ, rx_nss - 1); in ath11k_peer_assoc_h_he()
2582 arg->peer_bw_rxnss_override |= nss_160; in ath11k_peer_assoc_h_he()
/linux/drivers/net/wireless/ath/ath12k/
H A Dmac.c2381 u32 rx_nss, tx_nss, nss_160; in ath12k_peer_assoc_h_vht() local
2496 nss_160 = u32_encode_bits(rx_nss - 1, ATH12K_PEER_RX_NSS_160MHZ); in ath12k_peer_assoc_h_vht()
2497 arg->peer_bw_rxnss_override |= nss_160; in ath12k_peer_assoc_h_vht()
2596 u32 rx_nss, tx_nss, nss_160; in ath12k_peer_assoc_h_he() local
2807 nss_160 = u32_encode_bits(rx_nss - 1, ATH12K_PEER_RX_NSS_160MHZ); in ath12k_peer_assoc_h_he()
2808 arg->peer_bw_rxnss_override |= nss_160; in ath12k_peer_assoc_h_he()