Searched refs:child_relid (Results 1 – 6 of 6) sorted by relevance
268 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() local481 sync_set_bit(child_relid & 31, in vmbus_set_event()483 (child_relid >> 5)); in vmbus_set_event()
47 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()
187 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()
164 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()
420 u32 child_relid; member446 u32 child_relid; member463 u32 child_relid; member495 u32 child_relid; member503 u32 child_relid; member519 u32 child_relid; member536 u32 child_relid; member543 u32 child_relid; member554 u32 child_relid; member
5 Description: The VMBus child_relid of the device's primary channel28 Format: <channel's child_relid:the bound cpu's number>