Home
last modified time | relevance | path

Searched defs:rctx (Results 1 – 1 of 1) sorted by relevance

/Zephyr-Core-3.7.0/subsys/canbus/isotp/
Disotp.c65 struct isotp_recv_ctx *rctx; in receive_pool_free() local
78 struct isotp_recv_ctx *rctx; in receive_ff_sf_pool_free() local
89 static inline void receive_report_error(struct isotp_recv_ctx *rctx, int err) in receive_report_error()
97 struct isotp_recv_ctx *rctx = (struct isotp_recv_ctx *)arg; in receive_can_tx() local
135 static void receive_send_fc(struct isotp_recv_ctx *rctx, uint8_t fs) in receive_send_fc()
207 struct isotp_recv_ctx *rctx = CONTAINER_OF(timer, struct isotp_recv_ctx, timer); in receive_timeout_handler() local
223 static int receive_alloc_buffer(struct isotp_recv_ctx *rctx) in receive_alloc_buffer()
269 static void receive_state_machine(struct isotp_recv_ctx *rctx) in receive_state_machine()
375 struct isotp_recv_ctx *rctx = CONTAINER_OF(item, struct isotp_recv_ctx, work); in receive_work_handler() local
380 static void process_ff_sf(struct isotp_recv_ctx *rctx, struct can_frame *frame) in process_ff_sf()
[all …]