Home
last modified time | relevance | path

Searched refs:ISOTP_RX_STATE_TRY_ALLOC (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/subsys/canbus/isotp/
Disotp_internal.h72 ISOTP_RX_STATE_TRY_ALLOC, enumerator
Disotp.c215 case ISOTP_RX_STATE_TRY_ALLOC: in receive_timeout_handler()
253 if (rctx->state == ISOTP_RX_STATE_TRY_ALLOC) { in receive_alloc_buffer()
307 rctx->state = ISOTP_RX_STATE_TRY_ALLOC; in receive_state_machine()
309 case ISOTP_RX_STATE_TRY_ALLOC: in receive_state_machine()
332 rctx->state = ISOTP_RX_STATE_TRY_ALLOC; in receive_state_machine()
550 rctx->state = ISOTP_RX_STATE_TRY_ALLOC; in process_cf()