Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/platform/uv/
Dtlb_uv.c886 struct uv2_3_bau_msg_header *uv2_3_hdr = NULL; in uv_flush_send_and_wait() local
901 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() local
1750 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 …]
/linux-4.4.14/arch/x86/include/asm/uv/
Duv_bau.h402 struct uv2_3_bau_msg_header uv2_3_hdr; member