Searched refs:target_vp (Results 1 – 3 of 3) sorted by relevance
446 channel->target_vp = 0; in init_vp_index()451 channel->target_vp = hv_context.vp_index[cur_cpu]; in init_vp_index()819 if (cur_channel->target_vp == cur_cpu) in vmbus_get_outgoing_channel()822 cpu_distance = ((outgoing_channel->target_vp > cur_cpu) ? in vmbus_get_outgoing_channel()823 (outgoing_channel->target_vp - cur_cpu) : in vmbus_get_outgoing_channel()824 (cur_cpu - outgoing_channel->target_vp)); in vmbus_get_outgoing_channel()826 new_cpu_distance = ((cur_channel->target_vp > cur_cpu) ? in vmbus_get_outgoing_channel()827 (cur_channel->target_vp - cur_cpu) : in vmbus_get_outgoing_channel()828 (cur_cpu - cur_channel->target_vp)); in vmbus_get_outgoing_channel()
127 u32 target_vp; member132 u32 target_vp; member
150 open_msg->target_vp = newchannel->target_vp; in vmbus_open()