Searched refs:tx_chains (Results 1 - 9 of 9) sorted by relevance

/linux-master/drivers/net/wireless/intel/iwlwifi/
H A Diwl-nvm-parse.h38 u8 tx_chains, u8 rx_chains);
95 * iwl_reinit_cab - to be called when the tx_chains or rx_chains are modified
98 u8 tx_chains, u8 rx_chains, const struct iwl_fw *fw);
H A Diwl-nvm-parse.c498 u8 tx_chains, u8 rx_chains)
502 int num_tx_ants = num_of_ant(tx_chains);
858 u8 tx_chains, u8 rx_chains)
872 tx_chains, rx_chains);
874 iwl_init_vht_hw_capab(trans, data, &vht_cap, tx_chains, rx_chains);
906 u8 tx_chains, u8 rx_chains,
958 if ((tx_chains & rx_chains) == ANT_AB) {
1104 u8 tx_chains, u8 rx_chains,
1136 tx_chains, rx_chains, fw);
1138 iwl_init_he_6ghz_capa(trans, data, sband, tx_chains, rx_chain
495 iwl_init_vht_hw_capab(struct iwl_trans *trans, struct iwl_nvm_data *data, struct ieee80211_sta_vht_cap *vht_cap, u8 tx_chains, u8 rx_chains) argument
855 iwl_init_he_6ghz_capa(struct iwl_trans *trans, struct iwl_nvm_data *data, struct ieee80211_supported_band *sband, u8 tx_chains, u8 rx_chains) argument
902 iwl_nvm_fixup_sband_iftd(struct iwl_trans *trans, struct iwl_nvm_data *data, struct ieee80211_supported_band *sband, struct ieee80211_sband_iftype_data *iftype_data, u8 tx_chains, u8 rx_chains, const struct iwl_fw *fw) argument
1101 iwl_init_he_hw_capab(struct iwl_trans *trans, struct iwl_nvm_data *data, struct ieee80211_supported_band *sband, u8 tx_chains, u8 rx_chains, const struct iwl_fw *fw) argument
1141 iwl_reinit_cab(struct iwl_trans *trans, struct iwl_nvm_data *data, u8 tx_chains, u8 rx_chains, const struct iwl_fw *fw) argument
1172 iwl_init_sbands(struct iwl_trans *trans, struct iwl_nvm_data *data, const void *nvm_ch_flags, u8 tx_chains, u8 rx_chains, u32 sbands_flags, bool v4, const struct iwl_fw *fw) argument
1455 u8 tx_chains = fw->valid_rx_ant; local
1512 iwl_parse_nvm_data(struct iwl_trans *trans, const struct iwl_cfg *cfg, const struct iwl_fw *fw, const __be16 *nvm_hw, const __le16 *nvm_sw, const __le16 *nvm_calib, const __le16 *regulatory, const __le16 *mac_override, const __le16 *phy_sku, u8 tx_chains, u8 rx_chains) argument
[all...]
H A Diwl-eeprom-parse.h86 u8 tx_chains, u8 rx_chains);
H A Diwl-eeprom-parse.c682 u8 tx_chains, u8 rx_chains)
687 tx_chains = hweight8(tx_chains);
709 if (tx_chains > 1)
751 if (tx_chains != rx_chains) {
753 ht_info->mcs.tx_params |= ((tx_chains - 1) <<
678 iwl_init_ht_hw_capab(struct iwl_trans *trans, struct iwl_nvm_data *data, struct ieee80211_sta_ht_cap *ht_info, enum nl80211_band band, u8 tx_chains, u8 rx_chains) argument
/linux-master/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Dscan.h520 * @tx_chains: valid_tx antenna - ANT_* definitions
534 __le32 tx_chains; member in struct:iwl_scan_config_v1
553 * @tx_chains: valid_tx antenna - ANT_* definitions
567 __le32 tx_chains; member in struct:iwl_scan_config_v2
586 * @tx_chains: valid_tx antenna - ANT_* definitions
594 __le32 tx_chains; member in struct:iwl_scan_config
H A Dnvm-reg.h202 * @tx_chains: BIT 0 chain A, BIT 1 chain B
206 __le32 tx_chains; member in struct:iwl_nvm_get_info_phy
/linux-master/drivers/net/wireless/mediatek/mt76/mt7603/
H A Dinit.c117 int tx_chains = hweight8(rx_chains) - 1; local
126 tx_chains);
/linux-master/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dscan.c1075 cfg->tx_chains = cpu_to_le32(iwl_mvm_get_valid_tx_ant(mvm));
1101 cfg->tx_chains = cpu_to_le32(iwl_mvm_get_valid_tx_ant(mvm));
1262 cfg.tx_chains = cpu_to_le32(iwl_mvm_get_valid_tx_ant(mvm));
/linux-master/drivers/net/wireless/ralink/rt2x00/
H A Drt2800lib.c11707 unsigned int i, tx_chains, rx_chains; local
11850 tx_chains = rt2x00dev->default_ant.tx_chain_num;
11853 if (tx_chains >= 2)
11861 if (tx_chains != rx_chains) {
11864 (tx_chains - 1) << IEEE80211_HT_MCS_TX_MAX_STREAMS_SHIFT;

Completed in 221 milliseconds