Lines Matching refs:targets
162 struct cxl_endpoint_decoder *cxled = p->targets[i]; in cxl_region_decode_reset()
223 struct cxl_endpoint_decoder *cxled = p->targets[i]; in cxl_region_decode_commit()
687 cxled = p->targets[pos]; in show_targetN()
1069 cxled_peer = p->targets[pos - distance]; in check_last_peer()
1298 cxled = p->targets[i]; in cxl_region_teardown_targets()
1326 cxled = p->targets[i]; in cxl_region_setup_targets()
1379 if (p->targets[pos] == cxled) in cxl_region_validate_position()
1382 if (p->targets[pos]) { in cxl_region_validate_position()
1383 struct cxl_endpoint_decoder *cxled_target = p->targets[pos]; in cxl_region_validate_position()
1396 cxled_target = p->targets[i]; in cxl_region_validate_position()
1476 p->targets[pos] = cxled; in cxl_region_attach_auto()
1610 sort(p->targets, p->nr_targets, sizeof(p->targets[0]), cmp_decode_pos, in cxl_region_sort_targets()
1614 struct cxl_endpoint_decoder *cxled = p->targets[i]; in cxl_region_sort_targets()
1715 cxled = p->targets[i]; in cxl_region_attach()
1746 p->targets[pos] = cxled; in cxl_region_attach()
1769 p->targets[pos] = NULL; in cxl_region_attach()
1804 p->targets[cxled->pos] != cxled) { in cxl_region_detach()
1817 p->targets[cxled->pos] = NULL; in cxl_region_detach()
1877 if (!p->targets[pos]) { in detach_target()
1882 rc = cxl_region_detach(p->targets[pos]); in detach_target()
2472 struct cxl_endpoint_decoder *cxled = p->targets[i]; in cxl_pmem_region_alloc()