Lines Matching refs:next_state
597 uint8_t next_state = BT_ISO_START; in isoal_rx_try_emit_sdu() local
603 next_state = BT_ISO_START; in isoal_rx_try_emit_sdu()
606 next_state = BT_ISO_CONT; in isoal_rx_try_emit_sdu()
612 next_state = BT_ISO_START; in isoal_rx_try_emit_sdu()
615 next_state = BT_ISO_CONT; in isoal_rx_try_emit_sdu()
631 sink->sdu_production.sdu_state = next_state; in isoal_rx_try_emit_sdu()
735 uint8_t next_state; in isoal_rx_unframed_consume() local
750 next_state = ISOAL_START; in isoal_rx_unframed_consume()
858 next_state = ISOAL_START; in isoal_rx_unframed_consume()
860 next_state = ISOAL_ERR_SPOOL; in isoal_rx_unframed_consume()
866 next_state = ISOAL_START; in isoal_rx_unframed_consume()
868 next_state = ISOAL_CONTINUE; in isoal_rx_unframed_consume()
874 next_state = ISOAL_START; in isoal_rx_unframed_consume()
877 next_state = ISOAL_ERR_SPOOL; in isoal_rx_unframed_consume()
893 next_state = ISOAL_START; in isoal_rx_unframed_consume()
895 next_state = ISOAL_ERR_SPOOL; in isoal_rx_unframed_consume()
956 sp->fsm = next_state; in isoal_rx_unframed_consume()
1110 uint8_t next_state; in isoal_rx_framed_consume() local
1126 next_state = ISOAL_START; in isoal_rx_framed_consume()
1193 next_state = ISOAL_START; in isoal_rx_framed_consume()
1199 next_state = ISOAL_CONTINUE; in isoal_rx_framed_consume()
1215 next_state = ISOAL_CONTINUE; in isoal_rx_framed_consume()
1222 next_state = ISOAL_START; in isoal_rx_framed_consume()
1250 next_state = ISOAL_START; in isoal_rx_framed_consume()
1256 next_state = ISOAL_CONTINUE; in isoal_rx_framed_consume()
1264 next_state = ISOAL_ERR_SPOOL; in isoal_rx_framed_consume()
1267 if (next_state != ISOAL_ERR_SPOOL) { in isoal_rx_framed_consume()
1299 ISOAL_LOG_DBGV("[%p] FSM Next State %s", sink, FSM_TO_STR(next_state)); in isoal_rx_framed_consume()
1300 sp->fsm = next_state; in isoal_rx_framed_consume()
1323 next_state = ISOAL_ERR_SPOOL; in isoal_rx_framed_consume()
1390 ISOAL_LOG_DBGV("[%p] FSM Error Next State %s", sink, FSM_TO_STR(next_state)); in isoal_rx_framed_consume()
1391 sp->fsm = next_state; in isoal_rx_framed_consume()