Lines Matching refs:msg_hdr

353 			      struct xpc_activate_mq_msghdr_uv *msg_hdr,  in xpc_handle_activate_mq_msg_uv()  argument
361 part_uv->remote_act_state = msg_hdr->act_state; in xpc_handle_activate_mq_msg_uv()
363 switch (msg_hdr->type) { in xpc_handle_activate_mq_msg_uv()
376 msg = container_of(msg_hdr, struct in xpc_handle_activate_mq_msg_uv()
384 part->remote_rp_ts_jiffies = msg_hdr->rp_ts_jiffies; in xpc_handle_activate_mq_msg_uv()
403 msg = container_of(msg_hdr, struct in xpc_handle_activate_mq_msg_uv()
422 msg = container_of(msg_hdr, struct in xpc_handle_activate_mq_msg_uv()
441 msg = container_of(msg_hdr, struct in xpc_handle_activate_mq_msg_uv()
458 msg = container_of(msg_hdr, struct in xpc_handle_activate_mq_msg_uv()
478 msg = container_of(msg_hdr, struct in xpc_handle_activate_mq_msg_uv()
498 msg = container_of(msg_hdr, struct in xpc_handle_activate_mq_msg_uv()
521 "from partition=%d\n", msg_hdr->type, XPC_PARTID(part)); in xpc_handle_activate_mq_msg_uv()
535 if (msg_hdr->rp_ts_jiffies != part->remote_rp_ts_jiffies && in xpc_handle_activate_mq_msg_uv()
554 struct xpc_activate_mq_msghdr_uv *msg_hdr; in xpc_handle_activate_IRQ_uv() local
561 msg_hdr = gru_get_next_message(xpc_activate_mq_uv->gru_mq_desc); in xpc_handle_activate_IRQ_uv()
562 if (msg_hdr == NULL) in xpc_handle_activate_IRQ_uv()
565 partid = msg_hdr->partid; in xpc_handle_activate_IRQ_uv()
574 xpc_handle_activate_mq_msg_uv(part, msg_hdr, in xpc_handle_activate_IRQ_uv()
581 gru_free_message(xpc_activate_mq_uv->gru_mq_desc, msg_hdr); in xpc_handle_activate_IRQ_uv()
608 struct xpc_activate_mq_msghdr_uv *msg_hdr = msg; in xpc_send_activate_IRQ_uv() local
616 msg_hdr->type = msg_type; in xpc_send_activate_IRQ_uv()
617 msg_hdr->partid = xp_partition_id; in xpc_send_activate_IRQ_uv()
618 msg_hdr->act_state = part->act_state; in xpc_send_activate_IRQ_uv()
619 msg_hdr->rp_ts_jiffies = xpc_rsvd_page->ts_jiffies; in xpc_send_activate_IRQ_uv()