Lines Matching refs:can_dlc
159 MODFUNC(mod_and_dlc, cf->can_dlc &= mod->modframe.and.can_dlc)
162 MODFUNC(mod_or_dlc, cf->can_dlc |= mod->modframe.or.can_dlc)
165 MODFUNC(mod_xor_dlc, cf->can_dlc ^= mod->modframe.xor.can_dlc)
168 MODFUNC(mod_set_dlc, cf->can_dlc = mod->modframe.set.can_dlc)
180 dst->can_dlc = src->can_dlc; in canframecpy()
213 int from = calc_idx(xor->from_idx, cf->can_dlc); in cgw_csum_xor_rel()
214 int to = calc_idx(xor->to_idx, cf->can_dlc); in cgw_csum_xor_rel()
215 int res = calc_idx(xor->result_idx, cf->can_dlc); in cgw_csum_xor_rel()
257 int from = calc_idx(crc8->from_idx, cf->can_dlc); in cgw_csum_crc8_rel()
258 int to = calc_idx(crc8->to_idx, cf->can_dlc); in cgw_csum_crc8_rel()
259 int res = calc_idx(crc8->result_idx, cf->can_dlc); in cgw_csum_crc8_rel()