Searched refs:ce_count (Results 1 – 13 of 13) sorted by relevance
/Linux-v4.19/drivers/net/wireless/ath/ath10k/ |
D | hw.c | 154 .ce_count = 8, 163 .ce_count = 8, 172 .ce_count = 12, 181 .ce_count = 12, 189 .ce_count = 12, 343 .ce_count = 12,
|
D | hw.h | 373 u8 ce_count; member 778 #define CE_COUNT ar->hw_values->ce_count
|
D | coredump.c | 1095 ce_hdr->ce_count = cpu_to_le32(CE_COUNT); in ath10k_coredump_build()
|
D | core.h | 568 __le32 ce_count; member
|
/Linux-v4.19/Documentation/driver-api/ |
D | edac.rst | 165 /L1-cache/ce_count 167 /L2-cache/ce_count 170 /L1-cache/ce_count 172 /L2-cache/ce_count
|
/Linux-v4.19/drivers/edac/ |
D | edac_device_sysfs.c | 317 return sprintf(data, "%u\n", instance->counters.ce_count); in instance_ce_count_show() 387 INSTANCE_ATTR(ce_count, S_IRUGO, instance_ce_count_show, NULL); 426 return sprintf(data, "%u\n", block->counters.ce_count); in block_ce_count_show() 485 BLOCK_ATTR(ce_count, S_IRUGO, block_ce_count_show, NULL);
|
D | edac_device.c | 585 block->counters.ce_count++; in edac_device_handle_ce() 589 instance->counters.ce_count++; in edac_device_handle_ce() 590 edac_dev->counters.ce_count++; in edac_device_handle_ce()
|
D | edac_mc_sysfs.c | 157 return sprintf(data, "%u\n", csrow->ce_count); in csrow_ce_count_show() 246 return sprintf(data, "%u\n", rank->ce_count); in channel_ce_count_show() 255 DEVICE_ATTR_LEGACY(ce_count, S_IRUGO, csrow_ce_count_show, NULL); 678 ri->ce_count = 0; in mci_reset_counters_store() 681 ri->channels[chan]->ce_count = 0; in mci_reset_counters_store() 846 static DEVICE_ATTR(ce_count, S_IRUGO, mci_ce_count_show, NULL);
|
D | edac_device.h | 76 u32 ce_count; member
|
D | edac_mc.c | 1226 mci->csrows[row]->ce_count += error_count; in edac_mc_handle_error() 1228 mci->csrows[row]->channels[chan]->ce_count += error_count; in edac_mc_handle_error()
|
/Linux-v4.19/include/linux/ |
D | edac.h | 476 u32 ce_count; /* Correctable Errors for this csrow */ member 491 u32 ce_count; /* Correctable Errors for this csrow */ member
|
/Linux-v4.19/Documentation/admin-guide/ |
D | ras.rst | 438 │ │ ├── ce_count 459 │ │ ├── ce_count 587 - ``ce_count`` - Total Correctable Errors count attribute file 922 ce_count total of CE events of subdirectories 939 ce_count which is counter of CE events for this ``block``
|
/Linux-v4.19/Documentation/ABI/testing/ |
D | sysfs-devices-edac | 46 What: /sys/devices/system/edac/mc/mc*/ce_count
|