Lines Matching refs:can_dlc
160 MODFUNC(mod_and_dlc, cf->can_dlc &= mod->modframe.and.can_dlc)
163 MODFUNC(mod_or_dlc, cf->can_dlc |= mod->modframe.or.can_dlc)
166 MODFUNC(mod_xor_dlc, cf->can_dlc ^= mod->modframe.xor.can_dlc)
169 MODFUNC(mod_set_dlc, cf->can_dlc = mod->modframe.set.can_dlc)
181 dst->can_dlc = src->can_dlc; in canframecpy()
214 int from = calc_idx(xor->from_idx, cf->can_dlc); in cgw_csum_xor_rel()
215 int to = calc_idx(xor->to_idx, cf->can_dlc); in cgw_csum_xor_rel()
216 int res = calc_idx(xor->result_idx, cf->can_dlc); in cgw_csum_xor_rel()
258 int from = calc_idx(crc8->from_idx, cf->can_dlc); in cgw_csum_crc8_rel()
259 int to = calc_idx(crc8->to_idx, cf->can_dlc); in cgw_csum_crc8_rel()
260 int res = calc_idx(crc8->result_idx, cf->can_dlc); in cgw_csum_crc8_rel()