Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/can/
H A Dgw.h74 CGW_CS_CRC8, /* set data[] CRC8 checksum into data[index] */ enumerator
/openbmc/linux/net/can/
H A Dgw.c721 if (nla_put(skb, CGW_CS_CRC8, CGW_CS_CRC8_LEN, in cgw_put_job()
787 [CGW_CS_CRC8] = { .len = sizeof(struct cgw_csum_crc8) },
972 if (tb[CGW_CS_CRC8]) { in cgw_parse_attr()
973 struct cgw_csum_crc8 *c = nla_data(tb[CGW_CS_CRC8]); in cgw_parse_attr()
980 nla_memcpy(&mod->csum.crc8, tb[CGW_CS_CRC8], in cgw_parse_attr()