Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/scsi/
Dstorvsc_drv.c1470 struct vmbus_channel *outgoing_channel, *channel; in storvsc_do_io() local
1488 outgoing_channel = READ_ONCE(stor_device->stor_chns[q_num]); in storvsc_do_io()
1489 if (outgoing_channel != NULL) { in storvsc_do_io()
1490 if (outgoing_channel->target_cpu == q_num) { in storvsc_do_io()
1509 outgoing_channel = channel; in storvsc_do_io()
1519 &outgoing_channel->outbound) in storvsc_do_io()
1538 outgoing_channel = channel; in storvsc_do_io()
1545 outgoing_channel = stor_device->stor_chns[q_num]; in storvsc_do_io()
1546 if (outgoing_channel != NULL) { in storvsc_do_io()
1550 outgoing_channel = get_og_chn(stor_device, q_num); in storvsc_do_io()
[all …]