Lines Matching defs:cfg

333 				 u32 nvm_flags, const struct iwl_cfg *cfg)
400 const struct iwl_cfg *cfg = trans->cfg;
409 if (cfg->uhb_supported) {
412 } else if (cfg->nvm_type == IWL_NVM_EXT) {
479 ch_flags, cfg);
501 const struct iwl_cfg *cfg = trans->cfg;
514 if (!trans->cfg->ht_params->stbc)
521 if (cfg->vht_mu_mimo_supported)
524 if (cfg->ht_params->ldpc)
532 if (trans->cfg->ht_params->stbc && num_tx_ants > 1)
575 if (num_rx_ants == 1 || cfg->rx_with_siso_diversity) {
1075 if (!trans->cfg->ht_params->stbc) {
1235 static int iwl_get_sku(const struct iwl_cfg *cfg, const __le16 *nvm_sw,
1238 if (cfg->nvm_type != IWL_NVM_EXT)
1244 static int iwl_get_nvm_version(const struct iwl_cfg *cfg, const __le16 *nvm_sw)
1246 if (cfg->nvm_type != IWL_NVM_EXT)
1253 static int iwl_get_radio_cfg(const struct iwl_cfg *cfg, const __le16 *nvm_sw,
1256 if (cfg->nvm_type != IWL_NVM_EXT)
1263 static int iwl_get_n_hw_addrs(const struct iwl_cfg *cfg, const __le16 *nvm_sw)
1267 if (cfg->nvm_type != IWL_NVM_EXT)
1275 static void iwl_set_radio_cfg(const struct iwl_cfg *cfg,
1279 if (cfg->nvm_type != IWL_NVM_EXT) {
1334 const struct iwl_cfg *cfg,
1383 const struct iwl_cfg *cfg,
1387 if (cfg->mac_addr_from_csr) {
1389 } else if (cfg->nvm_type != IWL_NVM_EXT) {
1400 iwl_set_hw_address_family_8000(trans, cfg, data,
1422 iwl_nvm_no_wide_in_5ghz(struct iwl_trans *trans, const struct iwl_cfg *cfg,
1454 iwl_parse_mei_nvm_data(struct iwl_trans *trans, const struct iwl_cfg *cfg,
1463 if (cfg->uhb_supported)
1478 iwl_set_radio_cfg(cfg, data, mei_nvm->radio_cfg);
1501 if (iwl_set_hw_address(trans, cfg, data, NULL, NULL)) {
1518 iwl_parse_nvm_data(struct iwl_trans *trans, const struct iwl_cfg *cfg,
1532 if (cfg->uhb_supported)
1536 else if (cfg->nvm_type != IWL_NVM_EXT)
1547 data->nvm_version = iwl_get_nvm_version(cfg, nvm_sw);
1549 radio_cfg = iwl_get_radio_cfg(cfg, nvm_sw, phy_sku);
1550 iwl_set_radio_cfg(cfg, data, radio_cfg);
1556 sku = iwl_get_sku(cfg, nvm_sw, phy_sku);
1566 data->n_hw_addrs = iwl_get_n_hw_addrs(cfg, nvm_sw);
1568 if (cfg->nvm_type != IWL_NVM_EXT) {
1577 ch_section = cfg->nvm_type == IWL_NVM_SDP ?
1595 if (iwl_set_hw_address(trans, cfg, data, nvm_hw, mac_override)) {
1604 if (iwl_nvm_no_wide_in_5ghz(trans, cfg, nvm_hw))
1618 const struct iwl_cfg *cfg)
1729 iwl_parse_nvm_mcc_info(struct device *dev, const struct iwl_cfg *cfg,
1745 if (cfg->uhb_supported) {
1748 } else if (cfg->nvm_type == IWL_NVM_EXT) {
1798 cfg);
1941 if (trans->cfg->nvm_type != IWL_NVM_EXT)
2011 if (trans->cfg->nvm_type != IWL_NVM_EXT) {