Lines Matching defs:message
46 #define IOP_MSG_NEW 1 /* new message sent */
47 #define IOP_MSG_RCVD 2 /* message received; processing */
48 #define IOP_MSG_COMPLETE 3 /* message processing complete */
50 /* IOP message status codes */
52 #define IOP_MSGSTATUS_UNUSED 0 /* Unused message structure */
54 #define IOP_MSGSTATUS_SENT 2 /* message sent, awaiting reply */
55 #define IOP_MSGSTATUS_COMPLETE 3 /* message complete and reply rcvd */
56 #define IOP_MSGSTATUS_UNSOL 6 /* message is unsolicited */
140 struct iop_msg *next; /* next message in queue or NULL */
144 int status; /* status of this message */
145 __u8 message[IOP_MSG_LEN]; /* the message being sent/received */
146 __u8 reply[IOP_MSG_LEN]; /* the reply to the message */