Searched refs:MAX_SEND_MESSAGE_RETRIES (Results 1 – 1 of 1) sorted by relevance
46 const int MAX_SEND_MESSAGE_RETRIES = 1; variable252 if (err == -EAGAIN && retry_count <= MAX_SEND_MESSAGE_RETRIES) { in cec_send_message()