Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/cxl/core/
Dcore.h59 bool is_switch_decoder(struct device *dev);
Dport.c454 bool is_switch_decoder(struct device *dev) in is_switch_decoder() function
462 !is_switch_decoder(dev) && !is_endpoint_decoder(dev), in to_cxl_decoder()
480 if (dev_WARN_ONCE(dev, !is_switch_decoder(dev), in to_cxl_switch_decoder()
Dhdm.c599 if (is_switch_decoder(&cxld->dev)) { in cxl_decoder_commit()
Dregion.c614 if (!is_switch_decoder(dev)) in match_free_decoder()