Searched refs:uv2_3_hdr (Results 1 – 2 of 2) sorted by relevance
913 struct uv2_3_bau_msg_header *uv2_3_hdr = NULL; in uv_flush_send_and_wait() local928 uv2_3_hdr = &bau_desc->header.uv2_3_hdr; in uv_flush_send_and_wait()935 uv2_3_hdr->msg_type = MSG_REGULAR; in uv_flush_send_and_wait()941 uv2_3_hdr->msg_type = MSG_RETRY; in uv_flush_send_and_wait()948 uv2_3_hdr->sequence = seq_number; in uv_flush_send_and_wait()1735 struct uv2_3_bau_msg_header *uv2_3_hdr; in activation_descriptor_init() local1786 uv2_3_hdr = &bd2->header.uv2_3_hdr; in activation_descriptor_init()1787 uv2_3_hdr->swack_flag = 1; in activation_descriptor_init()1788 uv2_3_hdr->base_dest_nasid = in activation_descriptor_init()1790 uv2_3_hdr->dest_subnodeid = UV_LB_SUBNODEID; in activation_descriptor_init()[all …]
420 struct uv2_3_bau_msg_header uv2_3_hdr; member