Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/hv/
Dconnection.c317 struct vmbus_channel *cur_sc; in relid2channel() local
330 cur_sc = list_entry(cur, struct vmbus_channel, in relid2channel()
332 if (cur_sc->offermsg.child_relid == relid) { in relid2channel()
333 found_channel = cur_sc; in relid2channel()
Dvmbus_drv.c492 struct vmbus_channel *channel = hv_dev->channel, *cur_sc; in channel_vp_mapping_show() local
509 cur_sc = list_entry(cur, struct vmbus_channel, sc_list); in channel_vp_mapping_show()
513 cur_sc->offermsg.child_relid, in channel_vp_mapping_show()
514 cur_sc->target_cpu); in channel_vp_mapping_show()