Searched refs:ce_count (Results 1 – 11 of 11) sorted by relevance
/linux-4.4.14/drivers/net/wireless/ath/ath10k/ |
D | hw.c | 114 .ce_count = 8, 123 .ce_count = 8, 132 .ce_count = 12,
|
D | hw.h | 238 u8 ce_count; member 452 #define CE_COUNT ar->hw_values->ce_count
|
/linux-4.4.14/drivers/edac/ |
D | tile_edac.c | 52 unsigned int ce_count; /* member 71 if (mem_error.sbe_count != priv->ce_count) { in tile_edac_check() 73 priv->ce_count = mem_error.sbe_count; in tile_edac_check()
|
D | edac_mc_sysfs.c | 179 return sprintf(data, "%u\n", csrow->ce_count); in csrow_ce_count_show() 268 return sprintf(data, "%u\n", rank->ce_count); in channel_ce_count_show() 277 DEVICE_ATTR_LEGACY(ce_count, S_IRUGO, csrow_ce_count_show, NULL); 644 ri->ce_count = 0; in mci_reset_counters_store() 647 ri->channels[chan]->ce_count = 0; in mci_reset_counters_store() 812 static DEVICE_ATTR(ce_count, S_IRUGO, mci_ce_count_show, NULL);
|
D | edac_device_sysfs.c | 326 return sprintf(data, "%u\n", instance->counters.ce_count); in instance_ce_count_show() 396 INSTANCE_ATTR(ce_count, S_IRUGO, instance_ce_count_show, NULL); 435 return sprintf(data, "%u\n", block->counters.ce_count); in block_ce_count_show() 494 BLOCK_ATTR(ce_count, S_IRUGO, block_ce_count_show, NULL);
|
D | edac_device.c | 648 block->counters.ce_count++; in edac_device_handle_ce() 652 instance->counters.ce_count++; in edac_device_handle_ce() 653 edac_dev->counters.ce_count++; in edac_device_handle_ce()
|
D | edac_core.h | 140 u32 ce_count; member
|
D | edac_mc.c | 1270 mci->csrows[row]->ce_count += error_count; in edac_mc_handle_error() 1272 mci->csrows[row]->channels[chan]->ce_count += error_count; in edac_mc_handle_error()
|
/linux-4.4.14/include/linux/ |
D | edac.h | 583 u32 ce_count; /* Correctable Errors for this csrow */ member 598 u32 ce_count; /* Correctable Errors for this csrow */ member
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-devices-edac | 46 What: /sys/devices/system/edac/mc/mc*/ce_count
|
/linux-4.4.14/Documentation/ |
D | edac.txt | 232 'ce_count' 553 ce_count total of CE events of subdirectories 567 ce_count which is counter of CE events for this 'block'
|