Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/mediatek/mt76/mt7915/
H A Dinit.c978 u8 nss_160; in mt7915_init_he_caps() local
981 nss_160 = nss; in mt7915_init_he_caps()
984 nss_160 = nss / 2; in mt7915_init_he_caps()
987 nss_160 = 0; in mt7915_init_he_caps()
995 if (i < nss_160) in mt7915_init_he_caps()
1033 else if (nss_160) in mt7915_init_he_caps()
1094 if (nss_160) in mt7915_init_he_caps()
/freebsd/sys/contrib/dev/athk/ath11k/
H A Dmac.c2075 u32 rx_nss, tx_nss, nss_160; in ath11k_peer_assoc_h_vht() local
2180 nss_160 = FIELD_PREP(ATH11K_PEER_RX_NSS_160MHZ, rx_nss - 1); in ath11k_peer_assoc_h_vht()
2182 nss_160 = FIELD_PREP(ATH11K_PEER_RX_NSS_80_80MHZ, rx_nss - 1); in ath11k_peer_assoc_h_vht()
2184 arg->peer_bw_rxnss_override |= nss_160; in ath11k_peer_assoc_h_vht()
2273 u32 rx_nss, tx_nss, nss_160; in ath11k_peer_assoc_h_he() local
2486 nss_160 = FIELD_PREP(ATH11K_PEER_RX_NSS_160MHZ, rx_nss - 1); in ath11k_peer_assoc_h_he()
2488 nss_160 = FIELD_PREP(ATH11K_PEER_RX_NSS_80_80MHZ, rx_nss - 1); in ath11k_peer_assoc_h_he()
2490 arg->peer_bw_rxnss_override |= nss_160; in ath11k_peer_assoc_h_he()