Home
last modified time | relevance | path

Searched refs:is_switch_decoder (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/cxl/core/
H A Dport.c482 bool is_switch_decoder(struct device *dev) in is_switch_decoder() function
486 EXPORT_SYMBOL_NS_GPL(is_switch_decoder, "CXL");
491 !is_switch_decoder(dev) && !is_endpoint_decoder(dev), in to_cxl_decoder()
509 if (dev_WARN_ONCE(dev, !is_switch_decoder(dev), in to_cxl_switch_decoder()
H A Dhdm.c670 if (is_switch_decoder(&cxld->dev)) { in cxl_decoder_commit()
711 if (!is_switch_decoder(dev) && !is_endpoint_decoder(dev)) in commit_reap()
H A Dregion.c298 if (is_switch_decoder(&cxld->dev)) in commit_decoder()
801 if (!is_switch_decoder(dev)) in match_free_decoder()
833 if (!is_switch_decoder(dev)) in match_auto_decoder()
1116 if (is_switch_decoder(&cxld->dev)) { in cxl_port_attach_region()
1743 if (!is_switch_decoder(dev)) in match_switch_decoder_by_range()
/linux/tools/testing/cxl/test/
H A Dcxl.c732 if (!is_switch_decoder(dev)) in first_decoder()