Lines Matching refs:target_count
492 int target_count; member
502 if (ctx->index > ctx->target_count) { in map_targets()
558 int target_count, i; in mock_cxl_enumerate_decoders() local
561 target_count = 0; in mock_cxl_enumerate_decoders()
563 target_count = NR_CXL_ROOT_PORTS; in mock_cxl_enumerate_decoders()
565 target_count = NR_CXL_SWITCH_PORTS; in mock_cxl_enumerate_decoders()
571 .target_count = target_count, in mock_cxl_enumerate_decoders()
576 if (target_count) { in mock_cxl_enumerate_decoders()
579 cxlsd = cxl_switch_decoder_alloc(port, target_count); in mock_cxl_enumerate_decoders()
604 cxld->interleave_ways = min_not_zero(target_count, 1); in mock_cxl_enumerate_decoders()
610 if (target_count) { in mock_cxl_enumerate_decoders()