Lines Matching defs:dport
743 struct cxl_dport *dport;
805 dport = iter->parent_dport;
806 iter = dport->port;
819 cxlsd->target[1] = dport;
820 cxld->target_map[1] = dport->port_id;
822 cxlsd->target[0] = dport;
823 cxld->target_map[0] = dport->port_id;
826 cxlsd->target[0] = dport;
827 cxld->target_map[0] = dport->port_id;
1010 struct cxl_dport *dport;
1019 dport = devm_cxl_add_dport(port, &pdev->dev, pdev->id,
1022 if (IS_ERR(dport))
1023 return PTR_ERR(dport);
1338 struct platform_device *dport = cxl_switch_dport[i];
1344 pdev->dev.parent = &dport->dev;
1356 struct platform_device *dport = cxl_swd_single[i];
1362 pdev->dev.parent = &dport->dev;