| /linux/drivers/net/wireless/mediatek/mt76/mt7996/ |
| H A D | eeprom.c | 68 u8 *rx_path, u8 *nss) in mt7996_eeprom_parse_stream() 120 u8 path, rx_path, nss; in mt7996_eeprom_variant_valid() local 237 u8 *path, u8 *rx_path, u8 *nss) in mt7996_eeprom_parse_efuse_hw_cap() 305 u8 path, rx_path, nss, band_idx = phy->mt76->band_idx; in mt7996_eeprom_parse_hw_cap() local 408 u8 path, rx_path, nss, *eeprom = dev->mt76.eeprom.data; in mt7996_eeprom_has_background_radar() local
|
| H A D | init.c | 1443 int i, nss = hweight8(phy->mt76->antenna_mask); in mt7996_init_he_caps() local 1572 int nss = hweight8(phy->mt76->antenna_mask); in mt7996_init_eht_caps() local
|
| /linux/drivers/net/wireless/nxp/nxpwifi/ |
| H A D | 11ax.h | 18 nxpwifi_get_he_nss_mcs(__le16 mcs_map_set, int nss) { in nxpwifi_get_he_nss_mcs() 23 nxpwifi_set_he_nss_mcs(__le16 *mcs_map_set, int nss, int value) { in nxpwifi_set_he_nss_mcs()
|
| H A D | 11ac.c | 40 u8 i, nss, mcs; in nxpwifi_convert_mcsmap_to_maxrate() local 99 u16 mcs_user, mcs_resp, nss, tmp; in nxpwifi_fill_vht_cap_tlv() local
|
| H A D | 11ax.c | 102 u8 nss; in nxpwifi_fill_he_cap_tlv() local
|
| /linux/drivers/net/wireless/marvell/mwifiex/ |
| H A D | 11ac.c | 46 u8 i, nss, mcs; in mwifiex_convert_mcsmap_to_maxrate() local 104 u16 mcs_user, mcs_resp, nss, tmp; in mwifiex_fill_vht_cap_tlv() local
|
| /linux/drivers/net/wireless/intel/iwlwifi/mvm/ |
| H A D | rs-fw.c | 114 int nss) in rs_fw_vht_highest_rx_mcs_index() 153 int nss = i + 1; in rs_fw_vht_set_enabled_rates() local 206 u8 nss = link_sta->rx_nss; in rs_fw_he_set_enabled_rates() local
|
| H A D | utils.c | 1252 u32 nss; in iwl_mvm_v3_rate_from_fw() local 1261 u32 nss = u32_get_bits(rate_v1, RATE_VHT_MCS_NSS_MSK); in iwl_mvm_v3_rate_from_fw() local
|
| /linux/drivers/net/wireless/mediatek/mt76/ |
| H A D | mt76x02_mac.c | 183 u8 phy, rate_idx, nss, bw = 0; in mt76x02_mac_tx_rate_val() local 234 s8 nss; in mt76x02_mac_wcid_set_rate() local 346 u8 nss; in mt76x02_mac_write_txwi() local 442 u8 mcs, nss; in mt76x02_tx_rate_fallback() local
|
| H A D | mt76_connac_mac.c | 12 void mt76_connac_gen_ppe_thresh(u8 *he_ppet, int nss, enum nl80211_band band) in mt76_connac_gen_ppe_thresh() 309 u8 nss = 0, mode = 0, band = NL80211_BAND_2GHZ; in mt76_connac2_mac_tx_rate_val() local 1045 u8 stbc, gi, bw, dcm, nss; in mt76_connac2_mac_fill_rx_rate() local
|
| H A D | eeprom.c | 303 mt76_get_txs_delta(struct device_node *np, u8 nss) in mt76_get_txs_delta()
|
| /linux/drivers/net/wireless/ath/ath10k/ |
| H A D | mac.c | 181 static int ath10k_mac_get_max_vht_mcs_map(u16 mcs_map, int nss) in ath10k_mac_get_max_vht_mcs_map() 194 int nss; in ath10k_mac_max_ht_nss() local 206 int nss; in ath10k_mac_max_vht_nss() local 2304 int nss; in ath10k_peer_assoc_h_ht_masked() local 2316 int nss; in ath10k_peer_assoc_h_vht_masked() local 2505 int nss; in ath10k_peer_assoc_h_vht_limit() local 2553 u32 nss; in get_160mhz_nss_from_maxrate() local 5764 u16 nss = get_nss_from_chainmask(ar->cfg_tx_chainmask); in ath10k_add_interface() local 6759 u32 changed, bw, nss, smps; in ath10k_sta_rc_update_wk() local 6949 u8 *rate, u8 *nss, bool vht_only) in ath10k_mac_bitrate_mask_get_single_rate() [all …]
|
| /linux/drivers/net/wireless/ath/ath12k/ |
| H A D | mac.c | 515 int nss; in ath12k_mac_max_ht_nss() local 527 int nss; in ath12k_mac_max_vht_nss() local 539 int nss; in ath12k_mac_max_he_nss() local 551 int nss; in ath12k_mac_max_eht_nss() local 564 u8 nss = 0; in ath12k_mac_max_eht_mcs_nss() local 2158 int nss; in ath12k_peer_assoc_h_ht_masked() local 2170 int nss; in ath12k_peer_assoc_h_vht_masked() local 2296 static int ath12k_mac_get_max_vht_mcs_map(u16 mcs_map, int nss) in ath12k_mac_get_max_vht_mcs_map() 2311 int nss; in ath12k_peer_assoc_h_vht_limit() local 2525 static int ath12k_mac_get_max_he_mcs_map(u16 mcs_map, int nss) in ath12k_mac_get_max_he_mcs_map() [all …]
|
| H A D | debugfs.c | 349 static u16 ath12k_get_ratecode(u16 pream_idx, u16 nss, u16 mcs_rate) in ath12k_get_ratecode() 425 int nss, rates, chains; in ath12k_tpc_fill_pream() local 520 u8 nss, active_tx_chains; in ath12k_tpc_stats_print() local
|
| H A D | dp_mon.c | 114 u8 rate_mcs, nss, sgi; in ath12k_dp_mon_fill_rx_rate() local
|
| /linux/drivers/net/wireless/intel/iwlwifi/mld/ |
| H A D | sta.c | 151 struct iwl_he_pkt_ext_v2 *pkt_ext, u8 nss, in iwl_mld_parse_ppe() 204 u8 nss = (link_sta->he_cap.ppe_thres[0] & in iwl_mld_set_pkt_ext_from_he_ppe() local 300 u8 nss = (link_sta->eht_cap.eht_ppe_thres[0] & in iwl_mld_fill_pkt_ext() local
|
| H A D | tx.c | 441 u8 nss = ieee80211_rate_get_vht_nss(rate); in iwl_mld_get_inject_tx_rate() local 459 u8 nss = rate->idx > 7; in iwl_mld_get_inject_tx_rate() local
|
| /linux/drivers/net/wireless/realtek/rtw88/ |
| H A D | util.c | 82 void rtw_desc_to_mcsrate(u16 rate, u8 *mcs, u8 *nss) in rtw_desc_to_mcsrate()
|
| /linux/drivers/net/wireless/mediatek/mt76/mt7915/ |
| H A D | eeprom.c | 218 u8 path, nss, nss_max = 4, *eeprom = dev->mt76.eeprom.data; in mt7915_eeprom_parse_hw_cap() local
|
| H A D | init.c | 1024 int i, idx = 0, nss = hweight8(phy->mt76->antenna_mask); in mt7915_init_he_caps() local
|
| /linux/drivers/net/wireless/mediatek/mt7601u/ |
| H A D | tx.c | 141 u8 nss; in mt7601u_push_txwi() local
|
| H A D | mac.c | 109 u8 nss = 1; in mt76_mac_tx_rate_val() local
|
| /linux/drivers/net/wireless/realtek/rtlwifi/ |
| H A D | rc.c | 23 u8 nss; in _rtl_rc_get_highest_rix() local
|
| /linux/fs/nfs/ |
| H A D | nfs4file.c | 143 struct nl4_server *nss = NULL; in __nfs4_copy_file_range() local
|
| /linux/arch/s390/include/asm/ |
| H A D | ipl.h | 101 } nss; member
|