Lines Matching refs:msg_hdr
424 struct xpc_activate_mq_msghdr_uv *msg_hdr, in xpc_handle_activate_mq_msg_uv() argument
432 part_uv->remote_act_state = msg_hdr->act_state; in xpc_handle_activate_mq_msg_uv()
434 switch (msg_hdr->type) { in xpc_handle_activate_mq_msg_uv()
447 msg = container_of(msg_hdr, struct in xpc_handle_activate_mq_msg_uv()
455 part->remote_rp_ts_jiffies = msg_hdr->rp_ts_jiffies; in xpc_handle_activate_mq_msg_uv()
474 msg = container_of(msg_hdr, struct in xpc_handle_activate_mq_msg_uv()
493 msg = container_of(msg_hdr, struct in xpc_handle_activate_mq_msg_uv()
512 msg = container_of(msg_hdr, struct in xpc_handle_activate_mq_msg_uv()
529 msg = container_of(msg_hdr, struct in xpc_handle_activate_mq_msg_uv()
549 msg = container_of(msg_hdr, struct in xpc_handle_activate_mq_msg_uv()
569 msg = container_of(msg_hdr, struct in xpc_handle_activate_mq_msg_uv()
592 "from partition=%d\n", msg_hdr->type, XPC_PARTID(part)); in xpc_handle_activate_mq_msg_uv()
606 if (msg_hdr->rp_ts_jiffies != part->remote_rp_ts_jiffies && in xpc_handle_activate_mq_msg_uv()
625 struct xpc_activate_mq_msghdr_uv *msg_hdr; in xpc_handle_activate_IRQ_uv() local
632 msg_hdr = gru_get_next_message(xpc_activate_mq_uv->gru_mq_desc); in xpc_handle_activate_IRQ_uv()
633 if (msg_hdr == NULL) in xpc_handle_activate_IRQ_uv()
636 partid = msg_hdr->partid; in xpc_handle_activate_IRQ_uv()
645 xpc_handle_activate_mq_msg_uv(part, msg_hdr, in xpc_handle_activate_IRQ_uv()
652 gru_free_message(xpc_activate_mq_uv->gru_mq_desc, msg_hdr); in xpc_handle_activate_IRQ_uv()
679 struct xpc_activate_mq_msghdr_uv *msg_hdr = msg; in xpc_send_activate_IRQ_uv() local
687 msg_hdr->type = msg_type; in xpc_send_activate_IRQ_uv()
688 msg_hdr->partid = xp_partition_id; in xpc_send_activate_IRQ_uv()
689 msg_hdr->act_state = part->act_state; in xpc_send_activate_IRQ_uv()
690 msg_hdr->rp_ts_jiffies = xpc_rsvd_page->ts_jiffies; in xpc_send_activate_IRQ_uv()