Searched refs:cxled_to_port (Results 1 – 3 of 3) sorted by relevance
167 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()
132 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()
53 static inline struct cxl_port *cxled_to_port(struct cxl_endpoint_decoder *cxled) in cxled_to_port() function