Home
last modified time | relevance | path

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

/src/sys/contrib/dev/iwlwifi/fw/
H A Ddump.c25 u32 error_id; /* type of error */ member
80 u32 error_id; /* type of error */ member
114 fwrt->dump.umac_err_id = table.error_id; in iwl_fwrt_dump_umac_error_log()
122 if ((table.error_id & ~FW_SYSASSERT_CPU_MASK) == in iwl_fwrt_dump_umac_error_log()
129 IWL_ERR(fwrt, "0x%08X | %s\n", table.error_id, in iwl_fwrt_dump_umac_error_log()
130 iwl_fw_lookup_assert_desc(table.error_id)); in iwl_fwrt_dump_umac_error_log()
189 fwrt->dump.lmac_err_id[lmac_num] = table.error_id; in iwl_fwrt_dump_lmac_error_log()
201 IWL_ERR(fwrt, "0x%08X | %-28s\n", table.error_id, in iwl_fwrt_dump_lmac_error_log()
202 iwl_fw_lookup_assert_desc(table.error_id)); in iwl_fwrt_dump_lmac_error_log()
247 u32 error_id; member
[all …]
/src/sys/dev/pms/freebsd/driver/common/
H A Dencrypt_ioctl.h109 bit64 error_id; member
H A Dlxencrypt.c1127 perr->ioerr.error_id = cmd->serial_number; in agtiapi_HandleEncryptedIOFailure()
/src/sys/dev/iwm/
H A Dif_iwm.c5064 uint32_t error_id; /* type of error */ member
5119 uint32_t error_id; /* type of error */ member
5199 device_printf(sc->sc_dev, "0x%08X | %s\n", table.error_id, in iwm_nic_umac_error()
5200 iwm_desc_lookup(table.error_id)); in iwm_nic_umac_error()
5258 device_printf(sc->sc_dev, "0x%08X | %-28s\n", table.error_id, in iwm_nic_error()
5259 iwm_desc_lookup(table.error_id)); in iwm_nic_error()
/src/sys/dev/iwx/
H A Dif_iwx.c8668 uint32_t error_id; /* type of error */ member
8723 uint32_t error_id; /* type of error */ member
8767 printf("%s: 0x%08X | %s\n", DEVNAME(sc), table.error_id, in iwx_nic_umac_error()
8768 iwx_desc_lookup(table.error_id)); in iwx_nic_umac_error()
8871 printf("%s: 0x%08X | %-28s\n", DEVNAME(sc), table.error_id, in iwx_nic_error()
8872 iwx_desc_lookup(table.error_id)); in iwx_nic_error()