Home
last modified time | relevance | path

Searched refs:cxl_root_port (Results 1 – 1 of 1) sorted by relevance

/linux/tools/testing/cxl/test/
H A Dcxl.c39 static struct platform_device *cxl_root_port[NR_MULTI_ROOT]; variable
613 for (i = 0; i < ARRAY_SIZE(cxl_root_port); i++) in is_mock_port()
614 if (dev == &cxl_root_port[i]->dev) in is_mock_port()
1495 array_size = ARRAY_SIZE(cxl_root_port); in get_port_array()
1496 array = cxl_root_port; in get_port_array()
1939 struct platform_device *dport = cxl_root_port[i]; in cxl_type2_mem_init()
2133 for (int i = ARRAY_SIZE(cxl_root_port) - 1; i >= 0; i--) { in cxl_rootports_remove()
2134 struct platform_device *pdev = cxl_root_port[i]; in cxl_rootports_remove()
2147 for (int i = 0; i < ARRAY_SIZE(cxl_root_port); i++) { in cxl_rootports_populate()
2160 rc = cxl_mock_platform_device_add(pdev, &cxl_root_port[i]); in cxl_rootports_populate()
[all …]