Searched refs:MSG_OUTBOUND_POST_STACK (Results 1 – 2 of 2) sorted by relevance
59 if (tailptr < MSG_OUTBOUND_POST_STACK) in retrieve_msg_frame()61 if (tailptr >= MSG_OUTBOUND_POST_STACK + MSG_BOUND_STACK_SIZE) in retrieve_msg_frame()68 if( tailptr >= (MSG_OUTBOUND_POST_STACK+MSG_BOUND_STACK_SIZE) ) in retrieve_msg_frame()69 tailptr = MSG_OUTBOUND_POST_STACK; in retrieve_msg_frame()
120 #define MSG_OUTBOUND_POST_STACK 0x108000 /* stack of messages to the DRV */ macro