Searched refs:VALID_MESSAGE_ID (Results 1 – 1 of 1) sorted by relevance
27 #define VALID_MESSAGE_ID BIT(31) macro78 if (messages_needing_response[i] & VALID_MESSAGE_ID) { in get_next_pending_message_id()79 messages_needing_response[i] &= ~VALID_MESSAGE_ID; in get_next_pending_message_id()92 if (!(messages_needing_response[i] & VALID_MESSAGE_ID)) { in set_next_pending_message_id()94 messages_needing_response[i] |= VALID_MESSAGE_ID; in set_next_pending_message_id()