Home
last modified time | relevance | path

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

/linux-3.3/arch/x86/include/asm/uv/ !
Duv_bau.h242 struct uv1_bau_msg_header { struct
243 unsigned int dest_subnodeid:6; /* must be 0x10, for the LB */
245 unsigned int base_dest_nasid:15; /* nasid of the first bit */
247 unsigned int command:8; /* message type */
250 unsigned int rsvd_1:3; /* must be zero */
253 unsigned int rsvd_2:9; /* must be zero */
256 unsigned int sequence:16; /* message sequence number */
263 unsigned int rsvd_3:1; /* must be zero */
268 unsigned int replied_to:1; /* sent as 0 by the source to
271 unsigned int msg_type:3; /* software type of the
[all …]