Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/
H A Dstorvsc_drv.c1440 struct vmbus_channel *outgoing_channel, *channel; in storvsc_do_io() local
1459 if (outgoing_channel != NULL) { in storvsc_do_io()
1460 if (outgoing_channel->target_cpu == q_num) { in storvsc_do_io()
1479 outgoing_channel = channel; in storvsc_do_io()
1489 &outgoing_channel->outbound) in storvsc_do_io()
1508 outgoing_channel = channel; in storvsc_do_io()
1515 outgoing_channel = stor_device->stor_chns[q_num]; in storvsc_do_io()
1516 if (outgoing_channel != NULL) { in storvsc_do_io()
1520 outgoing_channel = get_og_chn(stor_device, q_num); in storvsc_do_io()
1540 ret = vmbus_sendpacket_mpb_desc(outgoing_channel, in storvsc_do_io()
[all …]