Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/can/
Dgw.h116 struct cgw_csum_crc8 { struct
129 #define CGW_CS_CRC8_LEN sizeof(struct cgw_csum_crc8) argument
/linux-4.4.14/net/can/
Dgw.c107 struct cgw_csum_crc8 crc8;
111 void (*crc8)(struct can_frame *cf, struct cgw_csum_crc8 *crc8);
256 static void cgw_csum_crc8_rel(struct can_frame *cf, struct cgw_csum_crc8 *crc8) in cgw_csum_crc8_rel()
295 static void cgw_csum_crc8_pos(struct can_frame *cf, struct cgw_csum_crc8 *crc8) in cgw_csum_crc8_pos()
322 static void cgw_csum_crc8_neg(struct can_frame *cf, struct cgw_csum_crc8 *crc8) in cgw_csum_crc8_neg()
623 [CGW_CS_CRC8] = { .len = sizeof(struct cgw_csum_crc8) },
725 struct cgw_csum_crc8 *c = nla_data(tb[CGW_CS_CRC8]); in cgw_parse_attr()