Home
last modified time | relevance | path

Searched refs:stor_chns (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.4/drivers/scsi/
Dstorvsc_drv.c460 struct vmbus_channel **stor_chns; member
652 stor_device->stor_chns[new_sc->target_cpu] = new_sc; in handle_sc_creation()
874 stor_device->stor_chns = kcalloc(num_possible_cpus(), sizeof(void *), in storvsc_channel_init()
876 if (stor_device->stor_chns == NULL) in storvsc_channel_init()
879 stor_device->stor_chns[device->channel->target_cpu] = device->channel; in storvsc_channel_init()
1238 kfree(stor_device->stor_chns); in storvsc_dev_remove()
1286 stor_device->stor_chns[q_num] = stor_device->stor_chns[tgt_cpu]; in get_og_chn()
1288 return stor_device->stor_chns[q_num]; in get_og_chn()
1313 if (stor_device->stor_chns[q_num] != NULL) { in storvsc_do_io()
1314 outgoing_channel = stor_device->stor_chns[q_num]; in storvsc_do_io()
[all …]