Lines Matching defs:iwl_cfg
353 struct iwl_cfg { struct
354 struct iwl_cfg_trans_params trans; argument
356 const char *name;
357 const char *fw_name_pre;
358 const char *fw_name_mac;
360 const struct iwl_ht_params *ht_params;
361 const struct iwl_eeprom_params *eeprom_params;
362 const struct iwl_pwr_tx_backoff *pwr_tx_backoffs;
363 const char *default_nvm_file_C_step;
364 const struct iwl_tt_params *thermal_params;
365 enum iwl_led_mode led_mode;
366 enum iwl_nvm_type nvm_type;
367 u32 max_data_size;
368 u32 max_inst_size;
369 netdev_features_t features;
370 u32 dccm_offset;
371 u32 dccm_len;
372 u32 dccm2_offset;
373 u32 dccm2_len;
374 u32 smem_offset;
375 u32 smem_len;
376 u16 nvm_ver;
377 u16 nvm_calib_ver;
378 u32 rx_with_siso_diversity:1,
379 tx_with_siso_diversity:1,
380 internal_wimax_coex:1,
381 host_interrupt_operation_mode:1,
382 high_temp:1,
383 mac_addr_from_csr:10,
384 lp_xtal_workaround:1,
385 apmg_not_supported:1,
386 vht_mu_mimo_supported:1,
387 cdb:1,
388 dbgc_supported:1,
389 uhb_supported:1;
390 u8 valid_tx_ant;
391 u8 valid_rx_ant;
392 u8 non_shared_ant;
393 u8 nvm_hw_section_num;
394 u8 max_tx_agg_size;
395 u8 ucode_api_max;
396 u8 ucode_api_min;
397 u16 num_rbds;
398 u32 min_umac_error_event_table;
399 u32 d3_debug_data_base_addr;
400 u32 d3_debug_data_length;
401 u32 min_txq_size;
402 u32 gp2_reg_addr;
403 u32 min_ba_txq_size;
404 const struct iwl_fw_mon_regs mon_dram_regs;
405 const struct iwl_fw_mon_regs mon_smem_regs;
406 const struct iwl_fw_mon_regs mon_dbgi_regs;