Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/canbus/isotp/
Disotp.c753 static inline void send_report_error(struct isotp_send_ctx *sctx, uint32_t err) in send_report_error() function
784 send_report_error(sctx, ISOTP_N_TIMEOUT_BS); in send_timeout_handler()
803 send_report_error(sctx, ISOTP_N_UNEXP_PDU); in send_process_fc()
811 send_report_error(sctx, ISOTP_N_ERROR); in send_process_fc()
834 send_report_error(sctx, ISOTP_N_WFT_OVRN); in send_process_fc()
842 send_report_error(sctx, ISOTP_N_BUFFER_OVERFLW); in send_process_fc()
846 send_report_error(sctx, ISOTP_N_INVALID_FS); in send_process_fc()
865 send_report_error(sctx, ISOTP_N_UNEXP_PDU); in send_can_rx_cb()
1106 send_report_error(sctx, ret == -EAGAIN ? in send_state_machine()