Lines Matching refs:outgoing_channel
1452 struct vmbus_channel *outgoing_channel, *channel; in storvsc_do_io() local
1470 outgoing_channel = READ_ONCE(stor_device->stor_chns[q_num]); in storvsc_do_io()
1471 if (outgoing_channel != NULL) { in storvsc_do_io()
1472 if (outgoing_channel->target_cpu == q_num) { in storvsc_do_io()
1491 outgoing_channel = channel; in storvsc_do_io()
1501 &outgoing_channel->outbound) in storvsc_do_io()
1520 outgoing_channel = channel; in storvsc_do_io()
1527 outgoing_channel = stor_device->stor_chns[q_num]; in storvsc_do_io()
1528 if (outgoing_channel != NULL) { in storvsc_do_io()
1532 outgoing_channel = get_og_chn(stor_device, q_num); in storvsc_do_io()
1552 ret = vmbus_sendpacket_mpb_desc(outgoing_channel, in storvsc_do_io()
1558 ret = vmbus_sendpacket(outgoing_channel, vstor_packet, in storvsc_do_io()