Lines Matching refs:cxlsd
738 struct cxl_switch_decoder *cxlsd; in mock_init_hdm_decoder() local
813 cxlsd = to_cxl_switch_decoder(dev); in mock_init_hdm_decoder()
817 cxlsd->target[1] = dport; in mock_init_hdm_decoder()
819 cxlsd->target[0] = dport; in mock_init_hdm_decoder()
821 cxlsd->target[0] = dport; in mock_init_hdm_decoder()
822 cxld = &cxlsd->cxld; in mock_init_hdm_decoder()
867 struct cxl_switch_decoder *cxlsd; in mock_cxl_enumerate_decoders() local
869 cxlsd = cxl_switch_decoder_alloc(port, target_count); in mock_cxl_enumerate_decoders()
870 if (IS_ERR(cxlsd)) { in mock_cxl_enumerate_decoders()
873 return PTR_ERR(cxlsd); in mock_cxl_enumerate_decoders()
875 cxld = &cxlsd->cxld; in mock_cxl_enumerate_decoders()