Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/hv/
Dconnection.c279 struct vmbus_channel *cur_sc; in relid2channel() local
291 cur_sc = list_entry(cur, struct vmbus_channel, in relid2channel()
293 if (cur_sc->offermsg.child_relid == relid) { in relid2channel()
294 found_channel = cur_sc; in relid2channel()