| /linux/drivers/net/ethernet/mellanox/mlx5/core/fpga/ |
| H A D | core.c | 319 static const char *mlx5_fpga_syndrome_to_string(u8 syndrome) in mlx5_fpga_syndrome_to_string() argument 321 if (syndrome < ARRAY_SIZE(mlx5_fpga_error_strings)) in mlx5_fpga_syndrome_to_string() 322 return mlx5_fpga_error_strings[syndrome]; in mlx5_fpga_syndrome_to_string() 326 static const char *mlx5_fpga_qp_syndrome_to_string(u8 syndrome) in mlx5_fpga_qp_syndrome_to_string() argument 328 if (syndrome < ARRAY_SIZE(mlx5_fpga_qp_error_strings)) in mlx5_fpga_qp_syndrome_to_string() 329 return mlx5_fpga_qp_error_strings[syndrome]; in mlx5_fpga_qp_syndrome_to_string() 340 u8 syndrome; in mlx5_fpga_event() local 344 syndrome = MLX5_GET(fpga_error_event, data, syndrome); in mlx5_fpga_event() 345 event_name = mlx5_fpga_syndrome_to_string(syndrome); in mlx5_fpga_event() 348 syndrome = MLX5_GET(fpga_qp_error_event, data, syndrome); in mlx5_fpga_event() [all …]
|
| /linux/arch/arm64/lib/ |
| H A D | strncmp.S | 36 #define syndrome x7 macro 90 orr syndrome, diff, has_nul 95 rev syndrome, syndrome 97 clz pos, syndrome 142 orr syndrome, diff, has_nul 143 clz pos, syndrome 279 orr syndrome, diff, has_nul 280 bic syndrome, syndrome, mask /* Ignore later bytes. */ 281 csinv tmp3, syndrome, xzr, hi /* If limit, set to all ones. */ 289 orr syndrome, diff, has_nul [all …]
|
| H A D | strcmp.S | 34 #define syndrome x6 macro 85 orr syndrome, diff, has_nul 88 rev syndrome, syndrome 92 clz shift, syndrome 170 orr syndrome, diff, tmp 171 cbnz syndrome, L(end) 182 orr syndrome, diff, has_nul
|
| /linux/drivers/edac/ |
| H A D | aspeed_edac.c | 95 u32 page, offset, syndrome; in count_rec() local 106 syndrome = 0; in count_rec() 108 page, offset, syndrome, 0, 0, -1, in count_rec() 117 syndrome = 0; in count_rec() 119 csrow->first_page + page, offset, syndrome, in count_rec() 128 u32 page, offset, syndrome; in count_un_rec() local 138 syndrome = 0; in count_un_rec() 140 csrow->first_page + page, offset, syndrome, in count_un_rec() 149 syndrome = 0; in count_un_rec() 151 page, offset, syndrome, 0, 0, -1, in count_un_rec()
|
| H A D | e7xxx_edac.c | 166 static inline int e7xxx_find_channel(u16 syndrome) in e7xxx_find_channel() argument 170 if ((syndrome & 0xff00) == 0) in e7xxx_find_channel() 173 if ((syndrome & 0x00ff) == 0) in e7xxx_find_channel() 176 if ((syndrome & 0xf000) == 0 || (syndrome & 0x0f00) == 0) in e7xxx_find_channel() 206 u16 syndrome; in process_ce() local 216 syndrome = info->dram_celog_syndrome; in process_ce() 220 channel = e7xxx_find_channel(syndrome); in process_ce() 221 edac_mc_handle_error(HW_EVENT_ERR_CORRECTED, mci, 1, page, 0, syndrome, in process_ce()
|
| H A D | cpc925_edac.c | 504 static int cpc925_mc_find_channel(struct mem_ctl_info *mci, u16 syndrome) in cpc925_mc_find_channel() argument 506 if ((syndrome & MESR_ECC_SYN_H_MASK) == 0) in cpc925_mc_find_channel() 509 if ((syndrome & MESR_ECC_SYN_L_MASK) == 0) in cpc925_mc_find_channel() 513 syndrome); in cpc925_mc_find_channel() 524 u16 syndrome; in cpc925_mc_check() local 534 syndrome = mesr | (MESR_ECC_SYN_H_MASK | MESR_ECC_SYN_L_MASK); in cpc925_mc_check() 543 channel = cpc925_mc_find_channel(mci, syndrome); in cpc925_mc_check() 545 pfn, offset, syndrome, in cpc925_mc_check() 578 syndrome); in cpc925_mc_check()
|
| H A D | highbank_mc_edac.c | 72 u32 syndrome = readl(drvdata->mc_err_base + HB_DDR_ECC_C_ERR_STAT); in highbank_mc_err_handler() local 73 syndrome = (syndrome >> 8) & 0xff; in highbank_mc_err_handler() 77 err_addr & ~PAGE_MASK, syndrome, in highbank_mc_err_handler()
|
| H A D | i5100_edac.c | 431 unsigned long syndrome, in i5100_handle_ce() argument 444 0, 0, syndrome, in i5100_handle_ce() 453 unsigned long syndrome, in i5100_handle_ue() argument 466 0, 0, syndrome, in i5100_handle_ue() 478 unsigned syndrome = 0; in i5100_read_log() local 489 syndrome = dw2; in i5100_read_log() 512 i5100_handle_ce(mci, chan, bank, rank, syndrome, cas, ras, msg); in i5100_read_log() 534 i5100_handle_ue(mci, chan, bank, rank, syndrome, cas, ras, msg); in i5100_read_log()
|
| H A D | edac_mc.c | 838 e->grain, e->syndrome, in edac_ce_error() 930 grain_bits, e->syndrome, e->other_detail); in edac_raw_mc_handle_error() 944 const unsigned long syndrome, in edac_mc_handle_error() argument 971 e->syndrome = syndrome; in edac_mc_handle_error()
|
| H A D | npcm_edac.c | 205 u32 val, syndrome; in force_ecc_error() local 244 syndrome = priv->location ? 1 << priv->bit in force_ecc_error() 248 val | (syndrome << pdata->xor_check_bits_shift) | in force_ecc_error()
|
| H A D | edac_mc.h | 246 const unsigned long syndrome,
|
| /linux/drivers/accel/qaic/ |
| H A D | qaic_ras.c | 103 u8 syndrome[64]; member 195 struct sysbus1_syndrome *sysbus1_syndrome = (struct sysbus1_syndrome *)&msg->syndrome[0]; in ras_msg_to_cpu() 196 struct sysbus2_syndrome *sysbus2_syndrome = (struct sysbus2_syndrome *)&msg->syndrome[0]; in ras_msg_to_cpu() 197 struct soc_mem_syndrome *soc_syndrome = (struct soc_mem_syndrome *)&msg->syndrome[0]; in ras_msg_to_cpu() 198 struct nsp_mem_syndrome *nsp_syndrome = (struct nsp_mem_syndrome *)&msg->syndrome[0]; in ras_msg_to_cpu() 199 struct tsens_syndrome *tsens_syndrome = (struct tsens_syndrome *)&msg->syndrome[0]; in ras_msg_to_cpu() 200 struct pcie_syndrome *pcie_syndrome = (struct pcie_syndrome *)&msg->syndrome[0]; in ras_msg_to_cpu() 201 struct ddr_syndrome *ddr_syndrome = (struct ddr_syndrome *)&msg->syndrome[0]; in ras_msg_to_cpu() 283 struct sysbus1_syndrome *sysbus1_syndrome = (struct sysbus1_syndrome *)&msg->syndrome[0]; in decode_ras_msg() 284 struct sysbus2_syndrome *sysbus2_syndrome = (struct sysbus2_syndrome *)&msg->syndrome[0]; in decode_ras_msg() [all …]
|
| /linux/include/linux/mlx5/ |
| H A D | mlx5_ifc_fpga.h | 148 u8 syndrome[0x8]; member 250 u8 syndrome[0x20]; member 279 u8 syndrome[0x20]; member 301 u8 syndrome[0x20]; member 326 u8 syndrome[0x20]; member 360 u8 syndrome[0x20]; member 374 u8 syndrome[0x8]; member
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/en/ |
| H A D | health.h | 10 static inline bool cqe_syndrome_needs_recover(u8 syndrome) in cqe_syndrome_needs_recover() argument 12 return syndrome == MLX5_CQE_SYNDROME_LOCAL_QP_OP_ERR || in cqe_syndrome_needs_recover() 13 syndrome == MLX5_CQE_SYNDROME_LOCAL_PROT_ERR || in cqe_syndrome_needs_recover() 14 syndrome == MLX5_CQE_SYNDROME_WR_FLUSH_ERR; in cqe_syndrome_needs_recover()
|
| /linux/Documentation/core-api/ |
| H A D | librs.rst | 85 The decoder calculates the syndrome over the given data length and the 88 If a syndrome is available from a hardware decoder then the syndrome 102 Decoding with syndrome calculation, direct data correction 119 Decoding with syndrome given by hardware decoder, direct data correction 132 /* Get syndrome from hardware decoder */ 138 Decoding with syndrome given by hardware decoder, no direct data correction. 154 /* Get syndrome from hardware decoder */
|
| /linux/lib/raid6/ |
| H A D | vpermxor.uc | 17 * syndrome calculations. 53 q = dptr[z0+2]; /* RS syndrome */ 60 /* P syndrome */ 63 /* Q syndrome */
|
| H A D | neon.uc | 3 * neon.uc - RAID-6 syndrome calculation using ARM NEON instructions 68 q = dptr[z0+2]; /* RS syndrome */ 99 q = dptr[disks-1]; /* RS syndrome */
|
| H A D | s390vx.uc | 59 q = dptr[z0 + 2]; /* RS syndrome */ 89 q = dptr[disks - 1]; /* RS syndrome */
|
| H A D | int.uc | 85 q = dptr[z0+2]; /* RS syndrome */ 114 q = dptr[disks-1]; /* RS syndrome */
|
| H A D | altivec.uc | 82 q = dptr[z0+2]; /* RS syndrome */
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/sf/ |
| H A D | mlx5_ifc_vhca_event.h | 30 u8 syndrome[0x20]; member 61 u8 syndrome[0x20]; member
|
| /linux/include/linux/mlx4/ |
| H A D | cq.h | 68 u8 syndrome; member
|
| /linux/drivers/infiniband/hw/mthca/ |
| H A D | mthca_cq.c | 136 u8 syndrome; member 380 if (cqe->syndrome == SYNDROME_LOCAL_QP_OP_ERR) { in handle_error_cqe() 392 switch (cqe->syndrome) { in handle_error_cqe() 473 cqe->syndrome = SYNDROME_WR_FLUSH_ERR; in handle_error_cqe()
|
| /linux/Documentation/firmware-guide/acpi/apei/ |
| H A D | einj.rst | 222 # echo 0x4 > component_syndrome0 # First error syndrome 224 # echo 0x4 > component_syndrome1 # Second error syndrome 237 …D#0_Channel#0_DIMM#0 (channel:0 slot:0 page:0x12345 offset:0x0 grain:32 syndrome:0x0 - area:DRAM …
|
| /linux/drivers/infiniband/hw/hfi1/ |
| H A D | trace.c | 104 static const char *parse_syndrome(u8 syndrome) in parse_syndrome() argument 106 switch (syndrome >> 5) { in parse_syndrome()
|