Home
last modified time | relevance | path

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

/linux-6.15/drivers/cxl/core/
H A Dport.c492 bool is_switch_decoder(struct device *dev) in is_switch_decoder() function
496 EXPORT_SYMBOL_NS_GPL(is_switch_decoder, "CXL");
501 !is_switch_decoder(dev) && !is_endpoint_decoder(dev), in to_cxl_decoder()
519 if (dev_WARN_ONCE(dev, !is_switch_decoder(dev), in to_cxl_switch_decoder()
H A Dhdm.c818 if (is_switch_decoder(&cxld->dev)) { in cxl_decoder_commit()
859 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()
809 if (!is_switch_decoder(dev)) in match_free_decoder()
856 if (!is_switch_decoder(dev)) in match_auto_decoder()
1139 if (is_switch_decoder(&cxld->dev)) { in cxl_port_attach_region()
1765 if (!is_switch_decoder(dev)) in match_switch_decoder_by_range()
/linux-6.15/drivers/cxl/
H A Dcxl.h772 bool is_switch_decoder(struct device *dev);
/linux-6.15/tools/testing/cxl/test/
H A Dcxl.c732 if (!is_switch_decoder(dev)) in first_decoder()