Home
last modified time | relevance | path

Searched refs:ce_count (Results 1 – 8 of 8) sorted by relevance

/drivers/net/wireless/ath/ath10k/
Dhw.c114 .ce_count = 8,
123 .ce_count = 8,
132 .ce_count = 12,
Dhw.h238 u8 ce_count; member
452 #define CE_COUNT ar->hw_values->ce_count
/drivers/edac/
Dtile_edac.c52 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()
Dedac_device_sysfs.c327 return sprintf(data, "%u\n", instance->counters.ce_count); in instance_ce_count_show()
397 INSTANCE_ATTR(ce_count, S_IRUGO, instance_ce_count_show, NULL);
436 return sprintf(data, "%u\n", block->counters.ce_count); in block_ce_count_show()
495 BLOCK_ATTR(ce_count, S_IRUGO, block_ce_count_show, NULL);
Dedac_mc_sysfs.c179 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);
668 ri->ce_count = 0; in mci_reset_counters_store()
671 ri->channels[chan]->ce_count = 0; in mci_reset_counters_store()
836 static DEVICE_ATTR(ce_count, S_IRUGO, mci_ce_count_show, NULL);
Dedac_device.c648 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()
Dedac_core.h140 u32 ce_count; member
Dedac_mc.c1270 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()