Lines Matching refs:cxlhdm
633 struct cxl_hdm *cxlhdm = devm_kzalloc(&port->dev, sizeof(*cxlhdm), GFP_KERNEL);
636 if (!cxlhdm)
639 cxlhdm->port = port;
640 cxlhdm->interleave_mask = ~0U;
641 cxlhdm->iw_cap_mask = ~0UL;
642 dev_set_drvdata(dev, cxlhdm);
643 return cxlhdm;
851 static int mock_cxl_enumerate_decoders(struct cxl_hdm *cxlhdm,
854 struct cxl_port *port = cxlhdm->port;