Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/canbus/isotp/
Disotp.c386 uint8_t can_dl = can_dlc_to_bytes(frame->dlc); in process_ff_sf() local
412 if (can_dl < ISOTP_FF_DL_MIN) { in process_ff_sf()
417 payload_len = can_dl; in process_ff_sf()
419 rctx->rx_addr.dl = can_dl; in process_ff_sf()
427 if (can_dl < ISOTP_PADDED_FRAME_DL_MIN) { in process_ff_sf()
436 can_dl > ISOTP_4BIT_SF_MAX_CAN_DL) { in process_ff_sf()
447 if (payload_len > can_dl) { in process_ff_sf()
489 uint8_t can_dl = can_dlc_to_bytes(frame->dlc); in process_cf() local
516 if (can_dl < ISOTP_PADDED_FRAME_DL_MIN) { in process_cf()
526 if (can_dl != rctx->rx_addr.dl && rctx->length > can_dl - index) { in process_cf()
[all …]