Searched refs:uv2_3_hdr (Results 1 – 2 of 2) sorted by relevance
886 struct uv2_3_bau_msg_header *uv2_3_hdr = NULL; in uv_flush_send_and_wait() local901 uv2_3_hdr = &bau_desc->header.uv2_3_hdr; in uv_flush_send_and_wait()908 uv2_3_hdr->msg_type = MSG_REGULAR; in uv_flush_send_and_wait()914 uv2_3_hdr->msg_type = MSG_RETRY; in uv_flush_send_and_wait()921 uv2_3_hdr->sequence = seq_number; in uv_flush_send_and_wait()1700 struct uv2_3_bau_msg_header *uv2_3_hdr; in activation_descriptor_init() local1750 uv2_3_hdr = &bd2->header.uv2_3_hdr; in activation_descriptor_init()1751 uv2_3_hdr->swack_flag = 1; in activation_descriptor_init()1752 uv2_3_hdr->base_dest_nasid = in activation_descriptor_init()1754 uv2_3_hdr->dest_subnodeid = UV_LB_SUBNODEID; in activation_descriptor_init()[all …]
402 struct uv2_3_bau_msg_header uv2_3_hdr; member