Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/hv/
Dconnection.c308 struct vmbus_channel *cur_sc; in relid2channel() local
321 cur_sc = list_entry(cur, struct vmbus_channel, in relid2channel()
323 if (cur_sc->offermsg.child_relid == relid) { in relid2channel()
324 found_channel = cur_sc; in relid2channel()
Dvmbus_drv.c451 struct vmbus_channel *channel = hv_dev->channel, *cur_sc; in channel_vp_mapping_show() local
468 cur_sc = list_entry(cur, struct vmbus_channel, sc_list); in channel_vp_mapping_show()
472 cur_sc->offermsg.child_relid, in channel_vp_mapping_show()
473 cur_sc->target_cpu); in channel_vp_mapping_show()