Home
last modified time | relevance | path

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

/drivers/cxl/core/
Dbus.c104 struct cxl_dport *dport = cxld->target[i]; in target_list_show()
105 struct cxl_dport *next = NULL; in target_list_show()
215 static void cxl_dport_release(struct cxl_dport *dport) in cxl_dport_release()
225 struct cxl_dport *dport, *_d; in cxl_port_release()
257 struct cxl_dport *dport; in unregister_port()
382 static struct cxl_dport *find_dport(struct cxl_port *port, int id) in find_dport()
384 struct cxl_dport *dport; in find_dport()
393 static int add_dport(struct cxl_port *port, struct cxl_dport *new) in add_dport()
395 struct cxl_dport *dup; in add_dport()
425 struct cxl_dport *dport; in cxl_add_dport()
[all …]
/drivers/cxl/
Dcxl.h202 struct cxl_dport *target[];
256 struct cxl_dport { struct
Dacpi.c227 static struct cxl_dport *find_dport_by_dev(struct cxl_port *port, struct device *dev) in find_dport_by_dev()
229 struct cxl_dport *dport; in find_dport_by_dev()
266 struct cxl_dport *dport; in add_host_bridge_uport()