Lines Matching defs:dport
403 struct cxl_dport *dport;
433 * In RCH mode, bind the component regs base to the dport. In
440 dport = devm_cxl_add_rch_dport(root_port, bridge, ctx.uid,
443 dport = devm_cxl_add_dport(root_port, bridge, ctx.uid,
447 if (IS_ERR(dport))
448 return PTR_ERR(dport);
454 * A host bridge is a dport to a CFMWS decode and it is a uport to the
455 * dport (PCIe Root Ports) in the host bridge.
463 struct cxl_dport *dport;
475 dport = cxl_find_dport_by_dev(root_port, bridge);
476 if (!dport) {
481 if (dport->rch) {
505 port = devm_cxl_add_port(host, bridge, component_reg_phys, dport);