Searched refs:work_buf (Results 1 – 2 of 2) sorted by relevance
650 if (modem_chat_discard_byte(chat, chat->work_buf[i])) { in modem_chat_process_bytes()654 modem_chat_process_byte(chat, chat->work_buf[i]); in modem_chat_process_bytes()665 ret = modem_pipe_receive(chat->pipe, chat->work_buf, sizeof(chat->work_buf)); in modem_chat_process_handler()
206 uint8_t work_buf[32]; member