Home
last modified time | relevance | path

Searched defs:uv1_bau_msg_header (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/arch/x86/include/asm/uv/
Duv_bau.h246 struct uv1_bau_msg_header { struct
247 unsigned int dest_subnodeid:6; /* must be 0x10, for the LB */
249 unsigned int base_dest_nasid:15; /* nasid of the first bit */
251 unsigned int command:8; /* message type */
254 unsigned int rsvd_1:3; /* must be zero */
257 unsigned int rsvd_2:9; /* must be zero */
260 unsigned int sequence:16; /* message sequence number */
267 unsigned int rsvd_3:1; /* must be zero */
272 unsigned int replied_to:1; /* sent as 0 by the source to
275 unsigned int msg_type:3; /* software type of the
[all …]