Searched refs:error_id (Results 1 – 8 of 8) sorted by relevance
| /linux/drivers/net/wireless/intel/iwlwifi/fw/ |
| A D | dump.c | 24 u32 error_id; /* type of error */ member 71 u32 error_id; /* type of error */ member 126 u32 error_id; /* type of error */ member 159 fwrt->dump.umac_err_id = table.error_id; in iwl_fwrt_dump_umac_error_log() 167 IWL_ERR(fwrt, "0x%08X | %s\n", table.error_id, in iwl_fwrt_dump_umac_error_log() 168 iwl_fw_lookup_assert_desc(table.error_id)); in iwl_fwrt_dump_umac_error_log() 225 fwrt->dump.lmac_err_id[lmac_num] = table.error_id; in iwl_fwrt_dump_lmac_error_log() 237 IWL_ERR(fwrt, "0x%08X | %-28s\n", table.error_id, in iwl_fwrt_dump_lmac_error_log() 238 iwl_fw_lookup_assert_desc(table.error_id)); in iwl_fwrt_dump_lmac_error_log() 283 u32 error_id; member [all …]
|
| /linux/drivers/staging/most/dim2/ |
| A D | hal.h | 100 void dimcb_on_error(u8 error_id, const char *error_message);
|
| A D | hal.c | 58 static inline bool dim_on_error(u8 error_id, const char *error_message) in dim_on_error() argument 60 dimcb_on_error(error_id, error_message); in dim_on_error()
|
| A D | dim2.c | 149 void dimcb_on_error(u8 error_id, const char *error_message) in dimcb_on_error() argument 151 pr_err("%s: error_id - %d, error_message - %s\n", __func__, error_id, in dimcb_on_error()
|
| /linux/drivers/net/wireless/intel/iwlwifi/dvm/ |
| A D | mac80211.c | 431 u32 error_id; in iwlagn_mac_resume() member 480 err_info.valid, err_info.error_id); in iwlagn_mac_resume() 481 if (err_info.error_id == RF_KILL_INDICATOR_FOR_WOWLAN) { in iwlagn_mac_resume()
|
| A D | main.c | 1639 IWL_ERR(priv, "0x%08X | %-28s\n", table.error_id, in iwl_dump_nic_error_log() 1640 desc_lookup(table.error_id)); in iwl_dump_nic_error_log()
|
| A D | commands.h | 364 u32 error_id; /* type of error */ member
|
| /linux/drivers/net/ethernet/ibm/ |
| A D | ibmvnic.h | 432 __be32 error_id; member
|
Completed in 38 milliseconds