Searched refs:max_input (Results 1 – 1 of 1) sorted by relevance
191 int max_input = (((MCUMGR_SERIAL_MAX_FRAME - 3) >> 2) * 3); in mcumgr_serial_tx_pkt() local224 max_input -= 3; in mcumgr_serial_tx_pkt()233 to_process = MIN(max_input, len - src_off); in mcumgr_serial_tx_pkt()234 reminder = max_input - (len - src_off); in mcumgr_serial_tx_pkt()