Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/hv/
Dconnection.c268 if (channel->offermsg.child_relid == relid) { in pcpu_relid2channel()
291 if (channel->offermsg.child_relid == relid) { in relid2channel()
301 if (cur_sc->offermsg.child_relid == relid) { in relid2channel()
477 u32 child_relid = channel->offermsg.child_relid; in vmbus_set_event() local
481 sync_set_bit(child_relid & 31, in vmbus_set_event()
483 (child_relid >> 5)); in vmbus_set_event()
Dchannel.c47 sync_set_bit(channel->offermsg.child_relid & 31, in vmbus_setevent()
49 (channel->offermsg.child_relid >> 5)); in vmbus_setevent()
157 open_msg->openid = newchannel->offermsg.child_relid; in vmbus_open()
158 open_msg->child_relid = newchannel->offermsg.child_relid; in vmbus_open()
395 gpadlmsg->child_relid = channel->offermsg.child_relid; in vmbus_establish_gpadl()
464 msg->child_relid = channel->offermsg.child_relid; in vmbus_teardown_gpadl()
518 msg->child_relid = channel->offermsg.child_relid; in vmbus_close_internal()
557 channel->offermsg.child_relid); in vmbus_close_internal()
Dchannel_mgmt.c187 msg.child_relid = relid; in hv_process_channel_removal()
332 newchannel->offermsg.child_relid); in vmbus_process_offer()
585 channel = relid2channel(rescind->child_relid); in vmbus_onoffer_rescind()
588 hv_process_channel_removal(NULL, rescind->child_relid); in vmbus_onoffer_rescind()
608 channel->offermsg.child_relid); in vmbus_onoffer_rescind()
653 if (openmsg->child_relid == result->child_relid && in vmbus_onopen_result()
699 if ((gpadlcreated->child_relid == in vmbus_ongpadl_created()
700 gpadlheader->child_relid) && in vmbus_ongpadl_created()
Dvmbus_drv.c164 return sprintf(buf, "%d\n", hv_dev->channel->offermsg.child_relid); in id_show()
458 channel->offermsg.child_relid, channel->target_cpu); in channel_vp_mapping_show()
470 cur_sc->offermsg.child_relid, in channel_vp_mapping_show()
605 u32 relid = dev->channel->offermsg.child_relid; in vmbus_remove()
/linux-4.4.14/include/linux/
Dhyperv.h420 u32 child_relid; member
446 u32 child_relid; member
463 u32 child_relid; member
495 u32 child_relid; member
503 u32 child_relid; member
519 u32 child_relid; member
536 u32 child_relid; member
543 u32 child_relid; member
554 u32 child_relid; member
/linux-4.4.14/Documentation/ABI/stable/
Dsysfs-bus-vmbus5 Description: The VMBus child_relid of the device's primary channel
28 Format: <channel's child_relid:the bound cpu's number>