Lines Matching refs:child_relid
377 if (WARN_ON(channel->offermsg.child_relid >= MAX_CHANNEL_RELIDS)) in vmbus_channel_map_relid()
405 vmbus_connection.channels[channel->offermsg.child_relid], in vmbus_channel_map_relid()
411 if (WARN_ON(channel->offermsg.child_relid >= MAX_CHANNEL_RELIDS)) in vmbus_channel_unmap_relid()
414 vmbus_connection.channels[channel->offermsg.child_relid], in vmbus_channel_unmap_relid()
424 msg.child_relid = relid; in vmbus_release_relid()
441 WARN_ON(channel->offermsg.child_relid == INVALID_RELID && in hv_process_channel_removal()
451 if (channel->offermsg.child_relid != INVALID_RELID) in hv_process_channel_removal()
473 if (channel->offermsg.child_relid != INVALID_RELID) in hv_process_channel_removal()
474 vmbus_release_relid(channel->offermsg.child_relid); in hv_process_channel_removal()
546 newchannel->offermsg.child_relid); in vmbus_add_channel_work()
572 vmbus_release_relid(newchannel->offermsg.child_relid); in vmbus_add_channel_work()
1018 offer->child_relid); in vmbus_onoffer()
1059 WARN_ON(oldchannel->offermsg.child_relid != INVALID_RELID); in vmbus_onoffer()
1061 oldchannel->offermsg.child_relid = offer->child_relid; in vmbus_onoffer()
1073 offer->child_relid); in vmbus_onoffer()
1098 vmbus_release_relid(offer->child_relid); in vmbus_onoffer()
1168 channel = relid2channel(rescind->child_relid); in vmbus_onoffer_rescind()
1317 if (openmsg->child_relid == result->child_relid && in vmbus_onopen_result()
1365 if ((gpadlcreated->child_relid == in vmbus_ongpadl_created()
1366 gpadlheader->child_relid) && in vmbus_ongpadl_created()
1409 if (modifymsg->child_relid == response->child_relid) { in vmbus_onmodifychannel_response()