Home
last modified time | relevance | path

Searched refs:uv2_3_hdr (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/arch/x86/platform/uv/
Dtlb_uv.c913 struct uv2_3_bau_msg_header *uv2_3_hdr = NULL; in uv_flush_send_and_wait() local
928 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() local
1786 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 …]
/Linux-v4.19/arch/x86/include/asm/uv/
Duv_bau.h420 struct uv2_3_bau_msg_header uv2_3_hdr; member