Searched refs:receive_report_error (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/subsys/canbus/isotp/ |
D | isotp.c | 89 static inline void receive_report_error(struct isotp_recv_ctx *rctx, int err) in receive_report_error() function 103 receive_report_error(rctx, ISOTP_N_ERROR); in receive_can_tx() 167 receive_report_error(rctx, ISOTP_N_TIMEOUT_A); in receive_send_fc() 212 receive_report_error(rctx, ISOTP_N_TIMEOUT_CR); in receive_timeout_handler() 294 receive_report_error(rctx, ISOTP_N_BUFFER_OVERFLW); in receive_state_machine() 338 receive_report_error(rctx, ISOTP_N_BUFFER_OVERFLW); in receive_state_machine() 477 receive_report_error(rctx, ISOTP_N_BUFFER_OVERFLW); in receive_add_mem() 500 receive_report_error(rctx, ISOTP_N_UNEXP_PDU); in process_cf() 509 receive_report_error(rctx, ISOTP_N_WRONG_SN); in process_cf() 518 receive_report_error(rctx, ISOTP_N_ERROR); in process_cf() [all …]
|