Home
last modified time | relevance | path

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

/openbmc/linux/drivers/cxl/core/
H A Dport.c470 bool is_switch_decoder(struct device *dev) in is_switch_decoder() function
474 EXPORT_SYMBOL_NS_GPL(is_switch_decoder, CXL);
479 !is_switch_decoder(dev) && !is_endpoint_decoder(dev), in to_cxl_decoder()
497 if (dev_WARN_ONCE(dev, !is_switch_decoder(dev), in to_cxl_switch_decoder()
H A Dregion.c194 if (is_switch_decoder(&cxld->dev)) in commit_decoder()
681 if (!is_switch_decoder(dev)) in match_free_decoder()
704 if (!is_switch_decoder(dev)) in match_auto_decoder()
988 if (is_switch_decoder(&cxld->dev)) { in cxl_port_attach_region()
1602 if (!is_switch_decoder(dev)) in match_switch_decoder_by_range()
H A Dhdm.c690 if (is_switch_decoder(&cxld->dev)) { in cxl_decoder_commit()
731 if (!is_switch_decoder(dev) && !is_endpoint_decoder(dev)) in commit_reap()
/openbmc/linux/drivers/cxl/
H A Dcxl.h716 bool is_switch_decoder(struct device *dev);
/openbmc/linux/tools/testing/cxl/test/
H A Dcxl.c726 if (!is_switch_decoder(dev)) in first_decoder()