Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/hv/
Dconnection.c287 struct vmbus_channel *cur_sc; in relid2channel() local
299 cur_sc = list_entry(cur, struct vmbus_channel, in relid2channel()
301 if (cur_sc->offermsg.child_relid == relid) { in relid2channel()
302 found_channel = cur_sc; in relid2channel()
Dvmbus_drv.c449 struct vmbus_channel *channel = hv_dev->channel, *cur_sc; in channel_vp_mapping_show() local
466 cur_sc = list_entry(cur, struct vmbus_channel, sc_list); in channel_vp_mapping_show()
470 cur_sc->offermsg.child_relid, in channel_vp_mapping_show()
471 cur_sc->target_cpu); in channel_vp_mapping_show()