Searched refs:stor_chns (Results 1 – 1 of 1) sorted by relevance
472 struct vmbus_channel **stor_chns; member659 stor_device->stor_chns[new_sc->target_cpu] = new_sc; in handle_sc_creation()876 stor_device->stor_chns = kcalloc(num_possible_cpus(), sizeof(void *), in storvsc_channel_init()878 if (stor_device->stor_chns == NULL) in storvsc_channel_init()881 stor_device->stor_chns[device->channel->target_cpu] = device->channel; in storvsc_channel_init()1240 kfree(stor_device->stor_chns); in storvsc_dev_remove()1288 stor_device->stor_chns[q_num] = stor_device->stor_chns[tgt_cpu]; in get_og_chn()1290 return stor_device->stor_chns[q_num]; in get_og_chn()1315 if (stor_device->stor_chns[q_num] != NULL) { in storvsc_do_io()1316 outgoing_channel = stor_device->stor_chns[q_num]; in storvsc_do_io()[all …]