Home
last modified time | relevance | path

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

/csrg-svn/sys/vax/vax/
H A Dtmscp.h150 struct mscp { struct
151 struct mscp_header mscp_header;/* device specific header */ argument
152 long mscp_cmdref; /* command reference number */ argument
153 short mscp_unit; /* unit number */ argument
154 short mscp_xxx1; /* unused */ argument
155 u_char mscp_opcode; /* opcode */ argument
156 u_char mscp_flags; /* end message flags */ argument
157 short mscp_modifier; /* modifiers */ argument
168 } mscp_generic; argument
193 } mscp_un; argument
[all …]
H A Dmscp.h335 struct mscp { struct
336 u_short mscp_msglen; /* length in bytes */ argument
337 u_char mscp_msgtc; /* type (high 4 bits) and credits */ argument
338 u_char mscp_vcid; /* virtual circuit ID */ argument
339 long mscp_cmdref; /* command reference number */ argument
340 u_short mscp_unit; /* unit number */ argument
341 u_short mscp_seqnum; /* sequence number */ argument
342 u_char mscp_opcode; /* opcode */ argument
344 u_char mscp_flags; /* flags */ argument
345 u_short mscp_modifier; /* modifier (commands) */ argument
[all …]