Home
last modified time | relevance | path

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

/linux/drivers/cxl/core/
H A Dport.c495 bool is_switch_decoder(struct device *dev) in is_switch_decoder() function
499 EXPORT_SYMBOL_NS_GPL(is_switch_decoder, "CXL");
504 !is_switch_decoder(dev) && !is_endpoint_decoder(dev), in to_cxl_decoder()
522 if (dev_WARN_ONCE(dev, !is_switch_decoder(dev), in to_cxl_switch_decoder()
1581 if (!is_switch_decoder(dev)) in update_decoder_targets()
H A Dregion.c302 if (is_switch_decoder(&cxld->dev)) in commit_decoder()
849 if (!is_switch_decoder(dev)) in match_free_decoder()
896 if (!is_switch_decoder(dev)) in match_auto_decoder()
1201 if (is_switch_decoder(&cxld->dev)) { in cxl_port_attach_region()
1821 if (!is_switch_decoder(dev)) in match_switch_decoder_by_range()
3486 if (!is_switch_decoder(dev)) in match_decoder_by_range()
H A Dhdm.c784 if (is_switch_decoder(&cxld->dev)) { in setup_hw_decoder()
865 if (!is_switch_decoder(dev) && !is_endpoint_decoder(dev)) in commit_reap()
/linux/drivers/cxl/
H A Dcxl.h819 bool is_switch_decoder(struct device *dev);
/linux/tools/testing/cxl/test/
H A Dcxl.c766 if (!is_switch_decoder(dev)) in first_decoder()