Searched refs:uv2_3_hdr (Results 1 – 2 of 2) sorted by relevance
910 struct uv2_3_bau_msg_header *uv2_3_hdr = NULL; in uv_flush_send_and_wait() local925 uv2_3_hdr = &bau_desc->header.uv2_3_hdr; in uv_flush_send_and_wait()932 uv2_3_hdr->msg_type = MSG_REGULAR; in uv_flush_send_and_wait()938 uv2_3_hdr->msg_type = MSG_RETRY; in uv_flush_send_and_wait()945 uv2_3_hdr->sequence = seq_number; in uv_flush_send_and_wait()1722 struct uv2_3_bau_msg_header *uv2_3_hdr; in activation_descriptor_init() local1773 uv2_3_hdr = &bd2->header.uv2_3_hdr; in activation_descriptor_init()1774 uv2_3_hdr->swack_flag = 1; in activation_descriptor_init()1775 uv2_3_hdr->base_dest_nasid = in activation_descriptor_init()1777 uv2_3_hdr->dest_subnodeid = UV_LB_SUBNODEID; in activation_descriptor_init()[all …]
420 struct uv2_3_bau_msg_header uv2_3_hdr; member