Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/iwlwifi/fw/
H A Ddump.c32 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; member
[all …]
/freebsd/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()
/freebsd/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()
/freebsd/sys/dev/iwx/
H A Dif_iwx.c8657 uint32_t error_id; /* type of error */ member
8712 uint32_t error_id; /* type of error */ member
8756 printf("%s: 0x%08X | %s\n", DEVNAME(sc), table.error_id, in iwx_nic_umac_error()
8757 iwx_desc_lookup(table.error_id)); in iwx_nic_umac_error()
8860 printf("%s: 0x%08X | %-28s\n", DEVNAME(sc), table.error_id, in iwx_nic_error()
8861 iwx_desc_lookup(table.error_id)); in iwx_nic_error()