Lines Matching defs:iwl_cfg
354 struct iwl_cfg { struct
355 struct iwl_cfg_trans_params trans; argument
357 const char *name;
358 const char *fw_name_pre;
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 bt_shared_single_ant:1,
381 internal_wimax_coex:1,
382 host_interrupt_operation_mode:1,
383 high_temp:1,
384 mac_addr_from_csr:10,
385 lp_xtal_workaround:1,
386 disable_dummy_notification:1,
387 apmg_not_supported:1,
388 vht_mu_mimo_supported:1,
389 cdb:1,
390 dbgc_supported:1,
391 uhb_supported:1;
392 u8 valid_tx_ant;
393 u8 valid_rx_ant;
394 u8 non_shared_ant;
395 u8 nvm_hw_section_num;
396 u8 max_tx_agg_size;
397 u8 ucode_api_max;
398 u8 ucode_api_min;
399 u16 num_rbds;
400 u32 min_umac_error_event_table;
401 u32 d3_debug_data_base_addr;
402 u32 d3_debug_data_length;
403 u32 min_txq_size;
404 u32 gp2_reg_addr;
405 u32 min_256_ba_txq_size;
406 const struct iwl_fw_mon_regs mon_dram_regs;
407 const struct iwl_fw_mon_regs mon_smem_regs;