Lines Matching refs:can_dlc
158 MODFUNC(mod_and_dlc, cf->can_dlc &= mod->modframe.and.can_dlc)
161 MODFUNC(mod_or_dlc, cf->can_dlc |= mod->modframe.or.can_dlc)
164 MODFUNC(mod_xor_dlc, cf->can_dlc ^= mod->modframe.xor.can_dlc)
167 MODFUNC(mod_set_dlc, cf->can_dlc = mod->modframe.set.can_dlc)
179 dst->can_dlc = src->can_dlc; in canframecpy()
212 int from = calc_idx(xor->from_idx, cf->can_dlc); in cgw_csum_xor_rel()
213 int to = calc_idx(xor->to_idx, cf->can_dlc); in cgw_csum_xor_rel()
214 int res = calc_idx(xor->result_idx, cf->can_dlc); in cgw_csum_xor_rel()
256 int from = calc_idx(crc8->from_idx, cf->can_dlc); in cgw_csum_crc8_rel()
257 int to = calc_idx(crc8->to_idx, cf->can_dlc); in cgw_csum_crc8_rel()
258 int res = calc_idx(crc8->result_idx, cf->can_dlc); in cgw_csum_crc8_rel()