Lines Matching refs:msg_hdr

421 			      struct xpc_activate_mq_msghdr_uv *msg_hdr,  in xpc_handle_activate_mq_msg_uv()  argument
429 part_uv->remote_act_state = msg_hdr->act_state; in xpc_handle_activate_mq_msg_uv()
431 switch (msg_hdr->type) { in xpc_handle_activate_mq_msg_uv()
444 msg = container_of(msg_hdr, struct in xpc_handle_activate_mq_msg_uv()
452 part->remote_rp_ts_jiffies = msg_hdr->rp_ts_jiffies; in xpc_handle_activate_mq_msg_uv()
471 msg = container_of(msg_hdr, struct in xpc_handle_activate_mq_msg_uv()
490 msg = container_of(msg_hdr, struct in xpc_handle_activate_mq_msg_uv()
509 msg = container_of(msg_hdr, struct in xpc_handle_activate_mq_msg_uv()
526 msg = container_of(msg_hdr, struct in xpc_handle_activate_mq_msg_uv()
546 msg = container_of(msg_hdr, struct in xpc_handle_activate_mq_msg_uv()
566 msg = container_of(msg_hdr, struct in xpc_handle_activate_mq_msg_uv()
588 "from partition=%d\n", msg_hdr->type, XPC_PARTID(part)); in xpc_handle_activate_mq_msg_uv()
602 if (msg_hdr->rp_ts_jiffies != part->remote_rp_ts_jiffies && in xpc_handle_activate_mq_msg_uv()
621 struct xpc_activate_mq_msghdr_uv *msg_hdr; in xpc_handle_activate_IRQ_uv() local
628 msg_hdr = gru_get_next_message(xpc_activate_mq_uv->gru_mq_desc); in xpc_handle_activate_IRQ_uv()
629 if (msg_hdr == NULL) in xpc_handle_activate_IRQ_uv()
632 partid = msg_hdr->partid; in xpc_handle_activate_IRQ_uv()
641 xpc_handle_activate_mq_msg_uv(part, msg_hdr, in xpc_handle_activate_IRQ_uv()
648 gru_free_message(xpc_activate_mq_uv->gru_mq_desc, msg_hdr); in xpc_handle_activate_IRQ_uv()
675 struct xpc_activate_mq_msghdr_uv *msg_hdr = msg; in xpc_send_activate_IRQ_uv() local
683 msg_hdr->type = msg_type; in xpc_send_activate_IRQ_uv()
684 msg_hdr->partid = xp_partition_id; in xpc_send_activate_IRQ_uv()
685 msg_hdr->act_state = part->act_state; in xpc_send_activate_IRQ_uv()
686 msg_hdr->rp_ts_jiffies = xpc_rsvd_page->ts_jiffies; in xpc_send_activate_IRQ_uv()