Home
last modified time | relevance | path

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

/freebsd-13.1/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 …]
/freebsd-13.1/sys/dev/pms/freebsd/driver/common/
H A Dencrypt_ioctl.h110 bit64 error_id; member
H A Dlxencrypt.c1128 perr->ioerr.error_id = cmd->serial_number; in agtiapi_HandleEncryptedIOFailure()
/freebsd-13.1/sys/dev/iwm/
H A Dif_iwm.c5108 uint32_t error_id; /* type of error */ member
5163 uint32_t error_id; /* type of error */ member
5243 device_printf(sc->sc_dev, "0x%08X | %s\n", table.error_id, in iwm_nic_umac_error()
5244 iwm_desc_lookup(table.error_id)); in iwm_nic_umac_error()
5302 device_printf(sc->sc_dev, "0x%08X | %-28s\n", table.error_id, in iwm_nic_error()
5303 iwm_desc_lookup(table.error_id)); in iwm_nic_error()