Lines Matching refs:dlc
159 frame.dlc = can_bytes_to_dlc(ISOTP_PADDED_FRAME_DL_MIN); in receive_send_fc()
161 frame.dlc = can_bytes_to_dlc(payload_len); in receive_send_fc()
386 uint8_t can_dl = can_dlc_to_bytes(frame->dlc); in process_ff_sf()
489 uint8_t can_dl = can_dlc_to_bytes(frame->dlc); in process_cf()
809 if (frame->dlc < ISOTP_PADDED_FRAME_DL_MIN) { in send_process_fc()
933 frame.dlc = can_bytes_to_dlc( in send_sf()
936 can_dlc_to_bytes(frame.dlc) - len - index); in send_sf()
938 frame.dlc = can_bytes_to_dlc(len + index); in send_sf()
956 frame.dlc = can_bytes_to_dlc(sctx->tx_addr.dl); in send_ff()
1016 frame.dlc = can_bytes_to_dlc( in send_cf()
1019 can_dlc_to_bytes(frame.dlc) - len - index); in send_cf()
1021 frame.dlc = can_bytes_to_dlc(len + index); in send_cf()