Searched defs:entity_s (Results 1 – 1 of 1) sorted by relevance
71 struct entity_s { struct72 byte Req; /* pending request */73 byte Rc; /* return code received */74 byte Ind; /* indication received */75 byte ReqCh; /* channel of current Req */76 byte RcCh; /* channel of current Rc */77 byte IndCh; /* channel of current Ind */78 byte Id; /* ID used by this entity */79 byte GlobalId; /* reserved field */80 byte XNum; /* number of X-buffers */[all …]