Home
last modified time | relevance | path

Searched refs:IWL_INFO (Results 1 – 20 of 20) sorted by relevance

/linux-6.1.9/drivers/net/wireless/intel/iwlwifi/mvm/
Dled.c67 IWL_INFO(mvm, "Led disabled\n"); in iwl_mvm_leds_init()
88 IWL_INFO(mvm, "Failed to enable led\n"); in iwl_mvm_leds_init()
Drfi.c142 IWL_INFO(mvm, "RFIm is deactivated, reason = %d\n", notif->reason); in iwl_rfi_deactivate_notif_handler()
Dnvm.c510 IWL_INFO(mvm, in iwl_mvm_init_mcc()
Dd3.c2426 IWL_INFO(mvm, "Query FW for ND results\n"); in iwl_mvm_query_netdetect_reasons()
2430 IWL_INFO(mvm, "Notification based ND results\n"); in iwl_mvm_query_netdetect_reasons()
2678 IWL_INFO(mvm, "number of matched profiles=%u\n", in iwl_mvm_nd_match_info_handler()
2792 IWL_INFO(mvm, "Device was reset during suspend\n"); in iwl_mvm_resume_firmware()
Dutils.c832 IWL_INFO(mvm, in iwl_mvm_uapsd_agg_disconnect()
Dfw.c99 IWL_INFO(mvm, "MFUART assert id 0x%x occurred\n", in iwl_mvm_mfu_assert_dump_notif()
Dops.c1292 IWL_INFO(mvm, "Detected %s, REV=0x%X\n", in iwl_op_mode_mvm_start()
/linux-6.1.9/drivers/net/wireless/intel/iwlwifi/fw/
Ddebugfs.c167 IWL_INFO(fwrt, in iwl_dbgfs_enabled_severities_write()
188 IWL_INFO(fwrt, in iwl_fw_timestamp_marker_wk()
195 IWL_INFO(fwrt, in iwl_fw_trigger_timestamp()
Duefi.c137 IWL_INFO(trans, "loaded REDUCE_POWER\n"); in iwl_uefi_reduce_power_section()
Dpnvm.c165 IWL_INFO(trans, "loaded PNVM version %08x\n", sha1); in iwl_pnvm_handle_section()
Ddbg.c2482 IWL_INFO(fwrt, in iwl_dump_ini_trigger()
2846 IWL_INFO(fwrt, "FW already configured (%d) - re-configuring\n", in iwl_fw_start_dbg_conf()
/linux-6.1.9/drivers/net/wireless/intel/iwlwifi/pcie/
Dtrans-gen2.c120 IWL_INFO(trans, in iwl_trans_pcie_fw_reset_handshake()
309 IWL_INFO(trans, "Detected RF %s\n", buf); in iwl_pcie_get_rf_name()
Ddrv.c1420 IWL_INFO(iwl_trans, "Adding cdb to rf id\n"); in get_crf_id()
1423 IWL_INFO(iwl_trans, "Detected RF 0x%x from crf id 0x%x\n", in get_crf_id()
Dtrans.c182 IWL_INFO(trans, in iwl_pcie_alloc_fw_monitor_block()
927 IWL_INFO(trans, "Applying debug destination %s\n", in iwl_pcie_apply_destination()
/linux-6.1.9/drivers/net/wireless/intel/iwlwifi/dvm/
Dmain.c1154 IWL_INFO(priv, "CONFIG_IWLWIFI_DEBUG enabled\n"); in iwl_option_config()
1156 IWL_INFO(priv, "CONFIG_IWLWIFI_DEBUG disabled\n"); in iwl_option_config()
1160 IWL_INFO(priv, "CONFIG_IWLWIFI_DEBUGFS enabled\n"); in iwl_option_config()
1162 IWL_INFO(priv, "CONFIG_IWLWIFI_DEBUGFS disabled\n"); in iwl_option_config()
1166 IWL_INFO(priv, "CONFIG_IWLWIFI_DEVICE_TRACING enabled\n"); in iwl_option_config()
1168 IWL_INFO(priv, "CONFIG_IWLWIFI_DEVICE_TRACING disabled\n"); in iwl_option_config()
1379 IWL_INFO(priv, "Detected %s, REV=0x%X\n", in iwl_op_mode_dvm_start()
1997 IWL_INFO(priv, "Radio type=0x%x-0x%x-0x%x\n", in iwl_nic_config()
Dled.c161 IWL_INFO(priv, "Led disabled\n"); in iwl_leds_init()
Dmac80211.c461 IWL_INFO(priv, "Device was reset during suspend\n"); in iwlagn_mac_resume()
479 IWL_INFO(priv, "error table is valid (%d, 0x%x)\n", in iwlagn_mac_resume()
526 IWL_INFO(priv, "WoWLAN wakeup reason(s): 0x%.8x\n", reasons); in iwlagn_mac_resume()
/linux-6.1.9/drivers/net/wireless/intel/iwlwifi/
Diwl-nvm-parse.c1084 IWL_INFO(trans, "base HW address: %pM, OTP minor version: 0x%x\n", in iwl_set_hw_address()
1591 IWL_INFO(trans, "Loaded NVM file %s (%zu bytes)\n", in iwl_read_external_nvm()
1614 IWL_INFO(trans, "NVM Version %08X\n", le32_to_cpu(dword_buff[2])); in iwl_read_external_nvm()
1615 IWL_INFO(trans, "NVM Manufacturing date %08X\n", in iwl_read_external_nvm()
1745 IWL_INFO(trans, "OTP is empty\n"); in iwl_get_nvm()
1762 IWL_INFO(trans, "base HW address: %pM\n", nvm->hw_addr); in iwl_get_nvm()
Diwl-drv.c968 IWL_INFO(drv, "Found debug destination: %s\n", in iwl_parse_tlv_firmware()
1012 IWL_INFO(drv, "Found debug configuration: %d\n", in iwl_parse_tlv_firmware()
1038 IWL_INFO(drv, "Found debug trigger: %u\n", trigger->id); in iwl_parse_tlv_firmware()
1144 IWL_INFO(drv, "TLV_FW_FSEQ_VERSION: %s\n", in iwl_parse_tlv_firmware()
1637 IWL_INFO(drv, "loaded firmware version %s op_mode %s\n", in iwl_req_fw_callback()
Diwl-debug.h59 #define IWL_INFO(m, f, a...) \ macro