Lines Matching defs:cf
173 static void mod_and_fddata(struct canfd_frame *cf, struct cf_mod *mod) in mod_and_fddata()
181 static void mod_or_fddata(struct canfd_frame *cf, struct cf_mod *mod) in mod_or_fddata()
189 static void mod_xor_fddata(struct canfd_frame *cf, struct cf_mod *mod) in mod_xor_fddata()
197 static void mod_set_fddata(struct canfd_frame *cf, struct cf_mod *mod) in mod_set_fddata()
258 static void cgw_csum_xor_rel(struct canfd_frame *cf, struct cgw_csum_xor *xor) in cgw_csum_xor_rel()
280 static void cgw_csum_xor_pos(struct canfd_frame *cf, struct cgw_csum_xor *xor) in cgw_csum_xor_pos()
291 static void cgw_csum_xor_neg(struct canfd_frame *cf, struct cgw_csum_xor *xor) in cgw_csum_xor_neg()
302 static void cgw_csum_crc8_rel(struct canfd_frame *cf, in cgw_csum_crc8_rel()
340 static void cgw_csum_crc8_pos(struct canfd_frame *cf, in cgw_csum_crc8_pos()
367 static void cgw_csum_crc8_neg(struct canfd_frame *cf, in cgw_csum_crc8_neg()
398 struct canfd_frame *cf; in can_can_gw_rcv() local