Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/cxl/core/
Dport.c461 bool is_switch_decoder(struct device *dev) in is_switch_decoder() function
465 EXPORT_SYMBOL_NS_GPL(is_switch_decoder, CXL);
470 !is_switch_decoder(dev) && !is_endpoint_decoder(dev), in to_cxl_decoder()
488 if (dev_WARN_ONCE(dev, !is_switch_decoder(dev), in to_cxl_switch_decoder()
Dregion.c208 if (is_switch_decoder(&cxld->dev)) in commit_decoder()
703 if (!is_switch_decoder(dev)) in match_free_decoder()
726 if (!is_switch_decoder(dev)) in match_auto_decoder()
1495 if (!is_switch_decoder(dev)) in decoder_match_range()
Dhdm.c666 if (is_switch_decoder(&cxld->dev)) { in cxl_decoder_commit()
/Linux-v6.6/drivers/cxl/
Dcxl.h714 bool is_switch_decoder(struct device *dev);
/Linux-v6.6/tools/testing/cxl/test/
Dcxl.c725 if (!is_switch_decoder(dev)) in first_decoder()