Searched refs:attrb (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/cxl/core/ |
| H A D | edac.c | 644 #define CXL_ECS_GET_ATTR(attrb) \ argument 645 static int cxl_ecs_get_##attrb(struct device *dev, void *drv_data, \ 658 *val = cxl_get_ecs_##attrb(log_cap, config); \ 738 #define CXL_ECS_SET_ATTR(attrb) \ argument 739 static int cxl_ecs_set_##attrb(struct device *dev, void *drv_data, \ 755 ret = cxl_set_ecs_##attrb(dev, &log_cap, &config, val); \ 1429 #define CXL_SPARING_GET_ATTR(attrb, data_type) \ argument 1430 static int cxl_mem_sparing_get_##attrb( \ 1435 *val = ctx->attrb; \ 1450 #define CXL_SPARING_SET_ATTR(attrb, data_type) \ in CXL_SPARING_GET_ATTR() argument [all …]
|