Searched refs:error_id (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/contrib/dev/iwlwifi/fw/ |
H A D | dump.c | 32 u32 error_id; /* type of error */ member 87 u32 error_id; /* type of error */ member 132 fwrt->dump.umac_err_id = table.error_id; in iwl_fwrt_dump_umac_error_log() 147 if ((table.error_id & ~FW_SYSASSERT_CPU_MASK) == in iwl_fwrt_dump_umac_error_log() 154 IWL_ERR(fwrt, "0x%08X | %s\n", table.error_id, in iwl_fwrt_dump_umac_error_log() 155 iwl_fw_lookup_assert_desc(table.error_id)); in iwl_fwrt_dump_umac_error_log() 214 fwrt->dump.lmac_err_id[lmac_num] = table.error_id; in iwl_fwrt_dump_lmac_error_log() 233 IWL_ERR(fwrt, "0x%08X | %-28s\n", table.error_id, in iwl_fwrt_dump_lmac_error_log() 234 iwl_fw_lookup_assert_desc(table.error_id)); in iwl_fwrt_dump_lmac_error_log() 279 u32 error_id; 280 u32 error_id; global() member 349 u32 error_id; global() member [all...] |
/freebsd/sys/dev/pms/freebsd/driver/common/ |
H A D | encrypt_ioctl.h | 109 bit64 error_id; member
|
H A D | lxencrypt.c | 1127 perr->ioerr.error_id = cmd->serial_number; in agtiapi_HandleEncryptedIOFailure()
|
/freebsd/sys/dev/iwm/ |
H A D | if_iwm.c | 5060 uint32_t error_id; /* type of error */ member 5115 uint32_t error_id; /* type of error */ member 5195 device_printf(sc->sc_dev, "0x%08X | %s\n", table.error_id, in iwm_nic_umac_error() 5196 iwm_desc_lookup(table.error_id)); in iwm_nic_umac_error() 5254 device_printf(sc->sc_dev, "0x%08X | %-28s\n", table.error_id, in iwm_nic_error() 5255 iwm_desc_lookup(table.error_id)); in iwm_nic_error()
|