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.c202 if (is_switch_decoder(&cxld->dev)) in commit_decoder()
697 if (!is_switch_decoder(dev)) in match_free_decoder()
720 if (!is_switch_decoder(dev)) in match_auto_decoder()
1004 if (is_switch_decoder(&cxld->dev)) { in cxl_port_attach_region()
1618 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()
/openbmc/linux/drivers/cxl/
H A Dcxl.h715 bool is_switch_decoder(struct device *dev);
/openbmc/linux/tools/testing/cxl/test/
H A Dcxl.c730 if (!is_switch_decoder(dev)) in first_decoder()