Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/cxl/core/
Dhdm.c167 struct cxl_port *port = cxled_to_port(cxled); in __cxl_dpa_release()
198 struct cxl_port *port = cxled_to_port(cxled); in devm_cxl_dpa_release()
210 struct cxl_port *port = cxled_to_port(cxled); in __cxl_dpa_reserve()
281 struct cxl_port *port = cxled_to_port(cxled); in devm_cxl_dpa_reserve()
320 struct cxl_port *port = cxled_to_port(cxled); in cxl_dpa_free()
403 struct cxl_port *port = cxled_to_port(cxled); in cxl_dpa_alloc()
Dregion.c132 struct cxl_port *iter = cxled_to_port(cxled); in cxl_region_decode_reset()
173 for (iter = cxled_to_port(cxled); !is_cxl_root(iter); in cxl_region_decode_commit()
750 if (port == cxled_to_port(cxled)) in cxl_rr_alloc_decoder()
1138 iter = cxled_to_port(cxled); in cxl_region_teardown_targets()
1161 iter = cxled_to_port(cxled); in cxl_region_setup_targets()
1243 ep_port = cxled_to_port(cxled); in cxl_region_attach()
1321 struct cxl_port *iter, *ep_port = cxled_to_port(cxled); in cxl_region_detach()
/Linux-v6.1/drivers/cxl/
Dcxlmem.h53 static inline struct cxl_port *cxled_to_port(struct cxl_endpoint_decoder *cxled) in cxled_to_port() function