Home
last modified time | relevance | path

Searched refs:error_id (Results 1 – 9 of 9) sorted by relevance

/linux-4.4.14/drivers/net/wireless/iwlwifi/mvm/
Dutils.c331 u32 error_id; /* type of error */ member
378 u32 error_id; /* type of error */ member
433 u32 error_id; /* type of error */ member
477 IWL_ERR(mvm, "0x%08X | %s\n", table.error_id, in iwl_mvm_dump_umac_error_log()
478 desc_lookup(table.error_id)); in iwl_mvm_dump_umac_error_log()
530 trace_iwlwifi_dev_ucode_error(trans->dev, table.error_id, table.tsf_low, in iwl_mvm_dump_nic_error_log_old()
536 IWL_ERR(mvm, "0x%08X | %-28s\n", table.error_id, in iwl_mvm_dump_nic_error_log_old()
537 desc_lookup(table.error_id)); in iwl_mvm_dump_nic_error_log_old()
616 trace_iwlwifi_dev_ucode_error(trans->dev, table.error_id, table.tsf_low, in iwl_mvm_dump_nic_error_log()
622 IWL_ERR(mvm, "0x%08X | %-28s\n", table.error_id, in iwl_mvm_dump_nic_error_log()
[all …]
Dd3.c1568 u32 error_id; in iwl_mvm_get_wakeup_status() member
1582 err_info.valid, err_info.error_id); in iwl_mvm_get_wakeup_status()
1583 if (err_info.error_id == RF_KILL_INDICATOR_FOR_WOWLAN) { in iwl_mvm_get_wakeup_status()
/linux-4.4.14/drivers/staging/most/hdm-dim2/
Ddim2_hal.h112 void DIMCB_OnError(u8 error_id, const char *error_message);
Ddim2_hdm.c162 void DIMCB_OnError(u8 error_id, const char *error_message) in DIMCB_OnError() argument
164 pr_err("DIMCB_OnError: error_id - %d, error_message - %s\n", error_id, in DIMCB_OnError()
Ddim2_hal.c75 static inline bool dim_on_error(u8 error_id, const char *error_message) in dim_on_error() argument
77 DIMCB_OnError(error_id, error_message); in dim_on_error()
/linux-4.4.14/drivers/s390/char/
Dtape_std.h140 void tape_std_error_recovery_has_failed(struct tape_device *,int error_id);
/linux-4.4.14/drivers/net/wireless/iwlwifi/dvm/
Dmac80211.c444 u32 error_id; in iwlagn_mac_resume() member
493 err_info.valid, err_info.error_id); in iwlagn_mac_resume()
494 if (err_info.error_id == RF_KILL_INDICATOR_FOR_WOWLAN) { in iwlagn_mac_resume()
Dmain.c1547 trace_iwlwifi_dev_ucode_error(trans->dev, table.error_id, table.tsf_low, in iwl_dump_nic_error_log()
1553 IWL_ERR(priv, "0x%08X | %-28s\n", table.error_id, in iwl_dump_nic_error_log()
1554 desc_lookup(table.error_id)); in iwl_dump_nic_error_log()
Dcommands.h427 u32 error_id; /* type of error */ member