Home
last modified time | relevance | path

Searched defs:fwrt (Results 1 – 23 of 23) sorted by relevance

/freebsd/sys/contrib/dev/iwlwifi/fw/
H A Ddbg.h87 iwl_fw_dbg_trigger_stop_conf_match(struct iwl_fw_runtime *fwrt, in iwl_fw_dbg_trigger_stop_conf_match()
96 iwl_fw_dbg_no_trig_window(struct iwl_fw_runtime *fwrt, u32 id, u32 dis_usec) in iwl_fw_dbg_no_trig_window()
111 iwl_fw_dbg_trigger_check_stop(struct iwl_fw_runtime *fwrt, in iwl_fw_dbg_trigger_check_stop()
130 _iwl_fw_dbg_trigger_on(struct iwl_fw_runtime *fwrt, in _iwl_fw_dbg_trigger_on()
150 #define iwl_fw_dbg_trigger_on(fwrt, wdev, id) ({ \ argument
157 _iwl_fw_dbg_trigger_simple_stop(struct iwl_fw_runtime *fwrt, in _iwl_fw_dbg_trigger_simple_stop()
174 #define iwl_fw_dbg_trigger_simple_stop(fwrt, wdev, trig) \ argument
183 static inline void iwl_fw_set_dbg_rec_on(struct iwl_fw_runtime *fwrt) in iwl_fw_set_dbg_rec_on()
192 static inline void iwl_fw_dump_conf_clear(struct iwl_fw_runtime *fwrt) in iwl_fw_dump_conf_clear()
199 static inline bool iwl_fw_dbg_type_on(struct iwl_fw_runtime *fwrt, u32 type) in iwl_fw_dbg_type_on()
[all …]
H A Ddbg.c34 static void iwl_read_radio_regs(struct iwl_fw_runtime *fwrt, in iwl_read_radio_regs()
63 static void iwl_fwrt_dump_rxf(struct iwl_fw_runtime *fwrt, in iwl_fwrt_dump_rxf()
118 static void iwl_fwrt_dump_txf(struct iwl_fw_runtime *fwrt, in iwl_fwrt_dump_txf()
176 static void iwl_fw_dump_rxf(struct iwl_fw_runtime *fwrt, in iwl_fw_dump_rxf()
204 static void iwl_fw_dump_txf(struct iwl_fw_runtime *fwrt, in iwl_fw_dump_txf()
522 static void iwl_dump_prph(struct iwl_fw_runtime *fwrt, in iwl_dump_prph()
631 static void iwl_fw_get_prph_len(struct iwl_fw_runtime *fwrt, in iwl_fw_get_prph_len()
653 static void iwl_fw_prph_handler(struct iwl_fw_runtime *fwrt, void *ptr, in iwl_fw_prph_handler()
678 static void iwl_fw_dump_mem(struct iwl_fw_runtime *fwrt, in iwl_fw_dump_mem()
706 static int iwl_fw_rxf_len(struct iwl_fw_runtime *fwrt, in iwl_fw_rxf_len()
[all …]
H A Dacpi.h202 static inline int iwl_acpi_get_mcc(struct iwl_fw_runtime *fwrt, char *mcc) in iwl_acpi_get_mcc()
207 static inline int iwl_acpi_get_pwr_limit(struct iwl_fw_runtime *fwrt, in iwl_acpi_get_pwr_limit()
214 static inline int iwl_acpi_get_eckv(struct iwl_fw_runtime *fwrt, u32 *extl_clk) in iwl_acpi_get_eckv()
219 static inline int iwl_acpi_get_wrds_table(struct iwl_fw_runtime *fwrt) in iwl_acpi_get_wrds_table()
224 static inline int iwl_acpi_get_ewrd_table(struct iwl_fw_runtime *fwrt) in iwl_acpi_get_ewrd_table()
229 static inline int iwl_acpi_get_wgds_table(struct iwl_fw_runtime *fwrt) in iwl_acpi_get_wgds_table()
234 static inline int iwl_acpi_get_tas_table(struct iwl_fw_runtime *fwrt, in iwl_acpi_get_tas_table()
240 static inline int iwl_acpi_get_ppag_table(struct iwl_fw_runtime *fwrt) in iwl_acpi_get_ppag_table()
245 static inline int iwl_acpi_get_phy_filters(struct iwl_fw_runtime *fwrt) in iwl_acpi_get_phy_filters()
250 static inline void iwl_acpi_get_guid_lock_status(struct iwl_fw_runtime *fwrt) in iwl_acpi_get_guid_lock_status()
[all …]
H A Duefi.c346 struct iwl_fw_runtime *fwrt) in iwl_uefi_sgom_parse()
378 struct iwl_fw_runtime *fwrt) in iwl_uefi_get_sgom_table()
400 struct iwl_fw_runtime *fwrt) in iwl_uefi_uats_parse()
415 struct iwl_fw_runtime *fwrt) in iwl_uefi_get_uats_table()
432 static void iwl_uefi_set_sar_profile(struct iwl_fw_runtime *fwrt, in iwl_uefi_set_sar_profile()
442 int iwl_uefi_get_wrds_table(struct iwl_fw_runtime *fwrt) in iwl_uefi_get_wrds_table()
468 int iwl_uefi_get_ewrd_table(struct iwl_fw_runtime *fwrt) in iwl_uefi_get_ewrd_table()
503 int iwl_uefi_get_wgds_table(struct iwl_fw_runtime *fwrt) in iwl_uefi_get_wgds_table()
540 int iwl_uefi_get_ppag_table(struct iwl_fw_runtime *fwrt) in iwl_uefi_get_ppag_table()
571 int iwl_uefi_get_tas_table(struct iwl_fw_runtime *fwrt, in iwl_uefi_get_tas_table()
[all …]
H A Dpaging.c11 void iwl_free_fw_paging(struct iwl_fw_runtime *fwrt) in iwl_free_fw_paging()
40 static int iwl_alloc_fw_paging_mem(struct iwl_fw_runtime *fwrt, in iwl_alloc_fw_paging_mem()
108 static int iwl_fill_paging_mem(struct iwl_fw_runtime *fwrt, in iwl_fill_paging_mem()
221 static int iwl_save_fw_paging(struct iwl_fw_runtime *fwrt, in iwl_save_fw_paging()
234 static int iwl_send_paging_cmd(struct iwl_fw_runtime *fwrt, in iwl_send_paging_cmd()
265 int iwl_init_paging(struct iwl_fw_runtime *fwrt, enum iwl_ucode_type type) in iwl_init_paging()
H A Dinit.c16 void iwl_fw_runtime_init(struct iwl_fw_runtime *fwrt, struct iwl_trans *trans, in iwl_fw_runtime_init()
43 void iwl_fw_runtime_suspend(struct iwl_fw_runtime *fwrt) in iwl_fw_runtime_suspend()
51 void iwl_fw_runtime_resume(struct iwl_fw_runtime *fwrt) in iwl_fw_runtime_resume()
59 int iwl_set_soc_latency(struct iwl_fw_runtime *fwrt) in iwl_set_soc_latency()
106 int iwl_configure_rxq(struct iwl_fw_runtime *fwrt) in iwl_configure_rxq()
H A Dregulatory.c182 bool iwl_sar_geo_support(struct iwl_fw_runtime *fwrt) in iwl_sar_geo_support()
204 int iwl_sar_geo_fill_table(struct iwl_fw_runtime *fwrt, in iwl_sar_geo_fill_table()
240 static int iwl_sar_fill_table(struct iwl_fw_runtime *fwrt, in iwl_sar_fill_table()
288 int iwl_sar_fill_profile(struct iwl_fw_runtime *fwrt, in iwl_sar_fill_profile()
306 static bool iwl_ppag_value_valid(struct iwl_fw_runtime *fwrt, int chain, in iwl_ppag_value_valid()
322 int iwl_fill_ppag_table(struct iwl_fw_runtime *fwrt, in iwl_fill_ppag_table()
432 bool iwl_is_ppag_approved(struct iwl_fw_runtime *fwrt) in iwl_is_ppag_approved()
496 int iwl_bios_get_dsm(struct iwl_fw_runtime *fwrt, enum iwl_dsm_funcs func, in iwl_bios_get_dsm()
519 bool iwl_rfi_is_enabled_in_bios(struct iwl_fw_runtime *fwrt) in iwl_rfi_is_enabled_in_bios()
H A Ddebugfs.c127 static ssize_t iwl_dbgfs_fw_dbg_collect_write(struct iwl_fw_runtime *fwrt, in iwl_dbgfs_fw_dbg_collect_write()
145 static int iwl_dbgfs_enabled_severities_write(struct iwl_fw_runtime *fwrt, in iwl_dbgfs_enabled_severities_write()
180 struct iwl_fw_runtime *fwrt = in iwl_fw_timestamp_marker_wk() local
194 void iwl_fw_trigger_timestamp(struct iwl_fw_runtime *fwrt, u32 delay) in iwl_fw_trigger_timestamp()
208 static ssize_t iwl_dbgfs_timestamp_marker_write(struct iwl_fw_runtime *fwrt, in iwl_dbgfs_timestamp_marker_write()
223 static ssize_t iwl_dbgfs_timestamp_marker_read(struct iwl_fw_runtime *fwrt, in iwl_dbgfs_timestamp_marker_read()
240 static ssize_t iwl_dbgfs_send_hcmd_write(struct iwl_fw_runtime *fwrt, char *buf, in iwl_dbgfs_send_hcmd_write()
295 static ssize_t iwl_dbgfs_fw_dbg_domain_read(struct iwl_fw_runtime *fwrt, in iwl_dbgfs_fw_dbg_domain_read()
304 static ssize_t iwl_dbgfs_fw_ver_read(struct iwl_fw_runtime *fwrt, in iwl_dbgfs_fw_ver_read()
325 struct iwl_fw_runtime *fwrt; member
[all …]
H A Dacpi.c165 static int iwl_acpi_load_dsm_values(struct iwl_fw_runtime *fwrt) in iwl_acpi_load_dsm_values()
229 int iwl_acpi_get_dsm(struct iwl_fw_runtime *fwrt, in iwl_acpi_get_dsm()
329 int iwl_acpi_get_tas_table(struct iwl_fw_runtime *fwrt, in iwl_acpi_get_tas_table()
404 int iwl_acpi_get_mcc(struct iwl_fw_runtime *fwrt, char *mcc) in iwl_acpi_get_mcc()
445 int iwl_acpi_get_pwr_limit(struct iwl_fw_runtime *fwrt, u64 *dflt_pwr_limit) in iwl_acpi_get_pwr_limit()
469 int iwl_acpi_get_eckv(struct iwl_fw_runtime *fwrt, u32 *extl_clk) in iwl_acpi_get_eckv()
526 int iwl_acpi_get_wrds_table(struct iwl_fw_runtime *fwrt) in iwl_acpi_get_wrds_table()
615 int iwl_acpi_get_ewrd_table(struct iwl_fw_runtime *fwrt) in iwl_acpi_get_ewrd_table()
751 int iwl_acpi_get_wgds_table(struct iwl_fw_runtime *fwrt) in iwl_acpi_get_wgds_table()
908 int iwl_acpi_get_ppag_table(struct iwl_fw_runtime *fwrt) in iwl_acpi_get_ppag_table()
[all …]
H A Dsmem.c12 static void iwl_parse_shared_mem_22000(struct iwl_fw_runtime *fwrt, in iwl_parse_shared_mem_22000()
50 static void iwl_parse_shared_mem(struct iwl_fw_runtime *fwrt, in iwl_parse_shared_mem()
84 void iwl_get_shared_mem_conf(struct iwl_fw_runtime *fwrt) in iwl_get_shared_mem_conf()
H A Duefi.h312 static inline int iwl_uefi_get_wrds_table(struct iwl_fw_runtime *fwrt) in iwl_uefi_get_wrds_table()
317 static inline int iwl_uefi_get_ewrd_table(struct iwl_fw_runtime *fwrt) in iwl_uefi_get_ewrd_table()
322 static inline int iwl_uefi_get_wgds_table(struct iwl_fw_runtime *fwrt) in iwl_uefi_get_wgds_table()
327 static inline int iwl_uefi_get_ppag_table(struct iwl_fw_runtime *fwrt) in iwl_uefi_get_ppag_table()
332 static inline int iwl_uefi_get_tas_table(struct iwl_fw_runtime *fwrt, in iwl_uefi_get_tas_table()
338 static inline int iwl_uefi_get_pwr_limit(struct iwl_fw_runtime *fwrt, in iwl_uefi_get_pwr_limit()
345 static inline int iwl_uefi_get_mcc(struct iwl_fw_runtime *fwrt, char *mcc) in iwl_uefi_get_mcc()
350 static inline int iwl_uefi_get_eckv(struct iwl_fw_runtime *fwrt, u32 *extl_clk) in iwl_uefi_get_eckv()
355 static inline int iwl_uefi_get_wbem(struct iwl_fw_runtime *fwrt, u32 *value) in iwl_uefi_get_wbem()
360 static inline int iwl_uefi_get_dsm(struct iwl_fw_runtime *fwrt, in iwl_uefi_get_dsm()
[all …]
H A Ddebugfs.h14 static inline void iwl_fwrt_dbgfs_register(struct iwl_fw_runtime *fwrt, in iwl_fwrt_dbgfs_register()
H A Ddump.c99 static void iwl_fwrt_dump_umac_error_log(struct iwl_fw_runtime *fwrt) in iwl_fwrt_dump_umac_error_log()
146 static void iwl_fwrt_dump_lmac_error_log(struct iwl_fw_runtime *fwrt, u8 lmac_num) in iwl_fwrt_dump_lmac_error_log()
262 static void iwl_fwrt_dump_tcm_error_log(struct iwl_fw_runtime *fwrt, int idx) in iwl_fwrt_dump_tcm_error_log()
326 static void iwl_fwrt_dump_rcm_error_log(struct iwl_fw_runtime *fwrt, int idx) in iwl_fwrt_dump_rcm_error_log()
363 static void iwl_fwrt_dump_iml_error_log(struct iwl_fw_runtime *fwrt) in iwl_fwrt_dump_iml_error_log()
397 static void iwl_fwrt_dump_fseq_regs(struct iwl_fw_runtime *fwrt) in iwl_fwrt_dump_fseq_regs()
436 void iwl_fwrt_dump_error_logs(struct iwl_fw_runtime *fwrt) in iwl_fwrt_dump_error_logs()
H A Druntime.h236 static inline void iwl_fw_runtime_free(struct iwl_fw_runtime *fwrt) in iwl_fw_runtime_free()
252 static inline void iwl_fw_set_current_image(struct iwl_fw_runtime *fwrt, in iwl_fw_set_current_image()
H A Dregulatory.h246 struct iwl_fw_runtime *fwrt) in iwl_bios_setup_step()
/freebsd/sys/contrib/dev/iwlwifi/
H A Diwl-dbg-tlv.c53 struct iwl_fw_runtime *fwrt; member
540 static int iwl_dbg_tlv_alloc_fragment(struct iwl_fw_runtime *fwrt, in iwl_dbg_tlv_alloc_fragment()
579 static int iwl_dbg_tlv_alloc_fragments(struct iwl_fw_runtime *fwrt, in iwl_dbg_tlv_alloc_fragments()
653 static int iwl_dbg_tlv_apply_buffer(struct iwl_fw_runtime *fwrt, in iwl_dbg_tlv_apply_buffer()
724 static void iwl_dbg_tlv_apply_buffers(struct iwl_fw_runtime *fwrt) in iwl_dbg_tlv_apply_buffers()
741 static int iwl_dbg_tlv_update_dram(struct iwl_fw_runtime *fwrt, in iwl_dbg_tlv_update_dram()
792 static void iwl_dbg_tlv_update_drams(struct iwl_fw_runtime *fwrt) in iwl_dbg_tlv_update_drams()
832 static void iwl_dbg_tlv_send_hcmds(struct iwl_fw_runtime *fwrt, in iwl_dbg_tlv_send_hcmds()
851 static void iwl_dbg_tlv_apply_config(struct iwl_fw_runtime *fwrt, in iwl_dbg_tlv_apply_config()
970 static void iwl_dbg_tlv_set_periodic_trigs(struct iwl_fw_runtime *fwrt) in iwl_dbg_tlv_set_periodic_trigs()
[all …]
H A Diwl-dbg-tlv.h62 static inline void iwl_dbg_tlv_time_point(struct iwl_fw_runtime *fwrt, in iwl_dbg_tlv_time_point()
69 static inline void iwl_dbg_tlv_time_point_sync(struct iwl_fw_runtime *fwrt, in iwl_dbg_tlv_time_point_sync()
/freebsd/sys/contrib/dev/iwlwifi/mld/
H A Dregulatory.c166 struct iwl_fw_runtime *fwrt = &mld->fwrt; in iwl_mld_ppag_send_cmd() local
209 static __le32 iwl_mld_get_lari_config_bitmap(struct iwl_fw_runtime *fwrt) in iwl_mld_get_lari_config_bitmap()
227 struct iwl_fw_runtime *fwrt = &mld->fwrt; in iwl_mld_configure_lari() local
H A Dmld.c763 struct iwl_fw_runtime *fwrt = &mld->fwrt; in iwl_mld_dump() local
H A Dmld.h246 struct iwl_fw_runtime fwrt; member
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dfw.c1170 static __le32 iwl_mvm_get_lari_config_bitmap(struct iwl_fw_runtime *fwrt) in iwl_mvm_get_lari_config_bitmap()
1240 static int iwl_mvm_fill_lari_config(struct iwl_fw_runtime *fwrt, in iwl_mvm_fill_lari_config()
H A Dops.c2096 struct iwl_fw_runtime *fwrt = &mvm->fwrt; in iwl_mvm_dump() local
H A Dmvm.h994 struct iwl_fw_runtime fwrt; member