Lines Matching defs:new_sc
673 static void handle_sc_creation(struct vmbus_channel *new_sc)
675 struct hv_device *device = new_sc->primary_channel->device_obj;
686 new_sc->max_pkt_size = STORVSC_MAX_PKT_SIZE;
688 new_sc->next_request_id_callback = storvsc_next_request_id;
690 ret = vmbus_open(new_sc,
695 storvsc_on_channel_callback, new_sc);
703 new_sc->change_target_cpu_callback = storvsc_change_target_cpu;
706 stor_device->stor_chns[new_sc->target_cpu] = new_sc;
707 cpumask_set_cpu(new_sc->target_cpu, &stor_device->alloced_cpus);