Lines Matching defs:target_vp
213 static int send_modifychannel_without_ack(struct vmbus_channel *channel, u32 target_vp)
221 msg.target_vp = target_vp;
229 static int send_modifychannel_with_ack(struct vmbus_channel *channel, u32 target_vp)
248 msg->target_vp = target_vp;
287 * Set/change the vCPU (@target_vp) the channel (@child_relid) will interrupt.
298 int vmbus_send_modifychannel(struct vmbus_channel *channel, u32 target_vp)
301 return send_modifychannel_with_ack(channel, target_vp);
302 return send_modifychannel_without_ack(channel, target_vp);
732 open_msg->target_vp = hv_cpu_number_to_vp_number(newchannel->target_cpu);