Lines Matching refs:child_relid
345 if (WARN_ON(channel->offermsg.child_relid >= MAX_CHANNEL_RELIDS)) in vmbus_channel_map_relid()
373 vmbus_connection.channels[channel->offermsg.child_relid], in vmbus_channel_map_relid()
379 if (WARN_ON(channel->offermsg.child_relid >= MAX_CHANNEL_RELIDS)) in vmbus_channel_unmap_relid()
382 vmbus_connection.channels[channel->offermsg.child_relid], in vmbus_channel_unmap_relid()
392 msg.child_relid = relid; in vmbus_release_relid()
409 WARN_ON(channel->offermsg.child_relid == INVALID_RELID && in hv_process_channel_removal()
419 if (channel->offermsg.child_relid != INVALID_RELID) in hv_process_channel_removal()
441 if (channel->offermsg.child_relid != INVALID_RELID) in hv_process_channel_removal()
442 vmbus_release_relid(channel->offermsg.child_relid); in hv_process_channel_removal()
514 newchannel->offermsg.child_relid); in vmbus_add_channel_work()
540 vmbus_release_relid(newchannel->offermsg.child_relid); in vmbus_add_channel_work()
967 WARN_ON(oldchannel->offermsg.child_relid != INVALID_RELID); in vmbus_onoffer()
969 oldchannel->offermsg.child_relid = offer->child_relid; in vmbus_onoffer()
981 offer->child_relid); in vmbus_onoffer()
1006 vmbus_release_relid(offer->child_relid); in vmbus_onoffer()
1076 channel = relid2channel(rescind->child_relid); in vmbus_onoffer_rescind()
1213 if (openmsg->child_relid == result->child_relid && in vmbus_onopen_result()
1261 if ((gpadlcreated->child_relid == in vmbus_ongpadl_created()
1262 gpadlheader->child_relid) && in vmbus_ongpadl_created()