Lines Matching refs:target_count
414 int target_count; member
424 if (ctx->index > ctx->target_count) { in map_targets()
436 int target_count, i; in mock_cxl_enumerate_decoders() local
439 target_count = 0; in mock_cxl_enumerate_decoders()
441 target_count = NR_CXL_ROOT_PORTS; in mock_cxl_enumerate_decoders()
443 target_count = NR_CXL_SWITCH_PORTS; in mock_cxl_enumerate_decoders()
449 .target_count = target_count, in mock_cxl_enumerate_decoders()
454 if (target_count) in mock_cxl_enumerate_decoders()
455 cxld = cxl_switch_decoder_alloc(port, target_count); in mock_cxl_enumerate_decoders()
469 cxld->interleave_ways = min_not_zero(target_count, 1); in mock_cxl_enumerate_decoders()
473 if (target_count) { in mock_cxl_enumerate_decoders()