Home
last modified time | relevance | path

Searched refs:target_vp (Results 1 – 3 of 3) sorted by relevance

/drivers/hv/
Dchannel_mgmt.c446 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()
Dhyperv_vmbus.h127 u32 target_vp; member
132 u32 target_vp; member
Dchannel.c150 open_msg->target_vp = newchannel->target_vp; in vmbus_open()