Searched refs:cr_idx (Results 1 – 1 of 1) sorted by relevance
510 static struct afu_config_record *cxl_sysfs_afu_new_cr(struct cxl_afu *afu, int cr_idx) in cxl_sysfs_afu_new_cr() argument519 cr->cr = cr_idx; in cxl_sysfs_afu_new_cr()520 cr->device = cxl_afu_cr_read16(afu, cr_idx, PCI_DEVICE_ID); in cxl_sysfs_afu_new_cr()521 cr->vendor = cxl_afu_cr_read16(afu, cr_idx, PCI_VENDOR_ID); in cxl_sysfs_afu_new_cr()522 cr->class = cxl_afu_cr_read32(afu, cr_idx, PCI_CLASS_REVISION) >> 8; in cxl_sysfs_afu_new_cr()