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