Lines Matching refs:outgoing_channel
1380 struct vmbus_channel *outgoing_channel, *channel; in storvsc_do_io() local
1398 outgoing_channel = READ_ONCE(stor_device->stor_chns[q_num]); in storvsc_do_io()
1399 if (outgoing_channel != NULL) { in storvsc_do_io()
1400 if (outgoing_channel->target_cpu == q_num) { in storvsc_do_io()
1419 outgoing_channel = channel; in storvsc_do_io()
1429 &outgoing_channel->outbound) in storvsc_do_io()
1448 outgoing_channel = channel; in storvsc_do_io()
1455 outgoing_channel = stor_device->stor_chns[q_num]; in storvsc_do_io()
1456 if (outgoing_channel != NULL) { in storvsc_do_io()
1460 outgoing_channel = get_og_chn(stor_device, q_num); in storvsc_do_io()
1481 ret = vmbus_sendpacket_mpb_desc(outgoing_channel, in storvsc_do_io()
1488 ret = vmbus_sendpacket(outgoing_channel, vstor_packet, in storvsc_do_io()