Home
last modified time | relevance | path

Searched refs:csumfunc (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/net/can/
H A Dgw.c111 } csumfunc; member
549 if (gwj->mod.csumfunc.crc8) in can_can_gw_rcv()
552 if (gwj->mod.csumfunc.xor) in can_can_gw_rcv()
720 if (gwj->mod.csumfunc.crc8) { in cgw_put_job()
726 if (gwj->mod.csumfunc.xor) { in cgw_put_job()
988 mod->csumfunc.crc8 = cgw_csum_crc8_rel; in cgw_parse_attr()
990 mod->csumfunc.crc8 = cgw_csum_crc8_pos; in cgw_parse_attr()
992 mod->csumfunc.crc8 = cgw_csum_crc8_neg; in cgw_parse_attr()
1011 mod->csumfunc.xor = cgw_csum_xor_rel; in cgw_parse_attr()
1013 mod->csumfunc.xor = cgw_csum_xor_pos; in cgw_parse_attr()
[all …]