Searched refs:outgoing_channel (Results 1 – 1 of 1) sorted by relevance
1468 struct vmbus_channel *outgoing_channel, *channel; in storvsc_do_io() local1486 outgoing_channel = READ_ONCE(stor_device->stor_chns[q_num]); in storvsc_do_io()1487 if (outgoing_channel != NULL) { in storvsc_do_io()1488 if (hv_get_avail_to_write_percent(&outgoing_channel->outbound) in storvsc_do_io()1505 outgoing_channel = channel; in storvsc_do_io()1522 outgoing_channel = channel; in storvsc_do_io()1532 outgoing_channel = stor_device->stor_chns[q_num]; in storvsc_do_io()1533 if (outgoing_channel != NULL) { in storvsc_do_io()1537 outgoing_channel = get_og_chn(stor_device, q_num); in storvsc_do_io()1557 ret = vmbus_sendpacket_mpb_desc(outgoing_channel, in storvsc_do_io()[all …]