Home
last modified time | relevance | path

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

/linux/tools/testing/cxl/test/
H A Dcxl.c43 static struct platform_device *cxl_hb_single[NR_CXL_SINGLE_HOST]; variable
94 for (i = 0; i < ARRAY_SIZE(cxl_hb_single); i++) in is_single_bridge()
95 if (&cxl_hb_single[i]->dev == dev) in is_single_bridge()
565 for (i = 0; i < ARRAY_SIZE(cxl_hb_single); i++) in is_mock_bridge()
566 if (dev == &cxl_hb_single[i]->dev) in is_mock_bridge()
1601 for (i = 0; i < ARRAY_SIZE(cxl_hb_single); i++) { in cxl_single_topo_init()
1612 rc = cxl_mock_platform_device_add(pdev, &cxl_hb_single[i]); in cxl_single_topo_init()
1625 cxl_hb_single[i % ARRAY_SIZE(cxl_hb_single)]; in cxl_single_topo_init()
1682 for (i = ARRAY_SIZE(cxl_hb_single) - 1; i >= 0; i--) { in cxl_single_topo_init()
1683 struct platform_device *pdev = cxl_hb_single[i]; in cxl_single_topo_init()
[all …]