Searched defs:mscp (Results 1 – 2 of 2) sorted by relevance
150 struct mscp { struct151 struct mscp_header mscp_header;/* device specific header */ argument152 long mscp_cmdref; /* command reference number */ argument153 short mscp_unit; /* unit number */ argument154 short mscp_xxx1; /* unused */ argument155 u_char mscp_opcode; /* opcode */ argument156 u_char mscp_flags; /* end message flags */ argument157 short mscp_modifier; /* modifiers */ argument168 } mscp_generic; argument193 } mscp_un; argument[all …]
335 struct mscp { struct336 u_short mscp_msglen; /* length in bytes */ argument337 u_char mscp_msgtc; /* type (high 4 bits) and credits */ argument338 u_char mscp_vcid; /* virtual circuit ID */ argument339 long mscp_cmdref; /* command reference number */ argument340 u_short mscp_unit; /* unit number */ argument341 u_short mscp_seqnum; /* sequence number */ argument342 u_char mscp_opcode; /* opcode */ argument344 u_char mscp_flags; /* flags */ argument345 u_short mscp_modifier; /* modifier (commands) */ argument[all …]