Lines Matching defs:afu_config_record
504 struct afu_config_record {
514 #define to_cr(obj) container_of(obj, struct afu_config_record, kobj)
519 struct afu_config_record *cr = to_cr(kobj);
527 struct afu_config_record *cr = to_cr(kobj);
535 struct afu_config_record *cr = to_cr(kobj);
544 struct afu_config_record *cr = to_cr(kobj);
577 struct afu_config_record *cr = to_cr(kobj);
588 static struct afu_config_record *cxl_sysfs_afu_new_cr(struct cxl_afu *afu, int cr_idx)
590 struct afu_config_record *cr;
593 cr = kzalloc(sizeof(struct afu_config_record), GFP_KERNEL);
652 struct afu_config_record *cr, *tmp;
675 struct afu_config_record *cr;