Lines Matching defs:iwl_cfg
409 struct iwl_cfg { struct
410 struct iwl_cfg_trans_params trans; argument
412 const char *name;
413 const char *fw_name_pre;
415 const struct iwl_ht_params *ht_params;
416 const struct iwl_eeprom_params *eeprom_params;
417 const struct iwl_pwr_tx_backoff *pwr_tx_backoffs;
418 const char *default_nvm_file_C_step;
419 const struct iwl_tt_params *thermal_params;
420 enum iwl_led_mode led_mode;
421 enum iwl_nvm_type nvm_type;
422 u32 max_data_size;
423 u32 max_inst_size;
424 netdev_features_t features;
425 u32 dccm_offset;
426 u32 dccm_len;
427 u32 dccm2_offset;
428 u32 dccm2_len;
429 u32 smem_offset;
430 u32 smem_len;
431 u16 nvm_ver;
432 u16 nvm_calib_ver;
433 u32 rx_with_siso_diversity:1,
434 tx_with_siso_diversity:1,
435 bt_shared_single_ant:1,
436 internal_wimax_coex:1,
437 host_interrupt_operation_mode:1,
438 high_temp:1,
439 mac_addr_from_csr:1,
440 lp_xtal_workaround:1,
441 disable_dummy_notification:1,
442 apmg_not_supported:1,
443 vht_mu_mimo_supported:1,
444 cdb:1,
445 dbgc_supported:1,
446 uhb_supported:1;
447 u8 valid_tx_ant;
448 u8 valid_rx_ant;
449 u8 non_shared_ant;
450 u8 nvm_hw_section_num;
451 u8 max_tx_agg_size;
452 u8 max_ht_ampdu_exponent;
453 u8 max_vht_ampdu_exponent;
454 u8 ucode_api_max;
455 u8 ucode_api_min;
456 u16 num_rbds;
457 u32 min_umac_error_event_table;
458 u32 d3_debug_data_base_addr;
459 u32 d3_debug_data_length;
460 u32 min_txq_size;
461 u32 gp2_reg_addr;
462 u32 min_256_ba_txq_size;
463 const struct iwl_fw_mon_regs mon_dram_regs;
464 const struct iwl_fw_mon_regs mon_smem_regs;