Searched refs:log_cap (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/cxl/core/ |
| H A D | edac.c | 548 int fru_id, u8 *log_cap, u16 *config) in cxl_mem_ecs_get_attrbs() argument 570 *log_cap = rd_attrbs->ecs_log_cap; in cxl_mem_ecs_get_attrbs() 578 int fru_id, u8 log_cap, u16 config) in cxl_mem_ecs_set_attrbs() argument 613 wr_attrbs->ecs_log_cap = log_cap; in cxl_mem_ecs_set_attrbs() 627 static u8 cxl_get_ecs_log_entry_type(u8 log_cap, u16 config) in cxl_get_ecs_log_entry_type() argument 629 return FIELD_GET(CXL_ECS_LOG_ENTRY_TYPE_MASK, log_cap); in cxl_get_ecs_log_entry_type() 632 static u16 cxl_get_ecs_threshold(u8 log_cap, u16 config) in cxl_get_ecs_threshold() argument 639 static u8 cxl_get_ecs_count_mode(u8 log_cap, u16 config) in cxl_get_ecs_count_mode() argument 649 u8 log_cap; \ 653 ret = cxl_mem_ecs_get_attrbs(dev, ctx, fru_id, &log_cap, \ [all …]
|