Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/can/
Dgw.h117 struct cgw_csum_crc8 { struct
130 #define CGW_CS_CRC8_LEN sizeof(struct cgw_csum_crc8) argument
/Linux-v4.19/net/can/
Dgw.c105 struct cgw_csum_crc8 crc8;
109 void (*crc8)(struct can_frame *cf, struct cgw_csum_crc8 *crc8);
254 static void cgw_csum_crc8_rel(struct can_frame *cf, struct cgw_csum_crc8 *crc8) in cgw_csum_crc8_rel()
293 static void cgw_csum_crc8_pos(struct can_frame *cf, struct cgw_csum_crc8 *crc8) in cgw_csum_crc8_pos()
320 static void cgw_csum_crc8_neg(struct can_frame *cf, struct cgw_csum_crc8 *crc8) in cgw_csum_crc8_neg()
621 [CGW_CS_CRC8] = { .len = sizeof(struct cgw_csum_crc8) },
723 struct cgw_csum_crc8 *c = nla_data(tb[CGW_CS_CRC8]); in cgw_parse_attr()