Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/can/
H A Dgw.h123 struct cgw_csum_xor { struct
142 #define CGW_CS_XOR_LEN sizeof(struct cgw_csum_xor) argument
/openbmc/linux/net/can/
H A Dgw.c103 struct cgw_csum_xor xor;
108 struct cgw_csum_xor *xor);
320 static void cgw_csum_xor_rel(struct canfd_frame *cf, struct cgw_csum_xor *xor) in cgw_csum_xor_rel()
342 static void cgw_csum_xor_pos(struct canfd_frame *cf, struct cgw_csum_xor *xor) in cgw_csum_xor_pos()
353 static void cgw_csum_xor_neg(struct canfd_frame *cf, struct cgw_csum_xor *xor) in cgw_csum_xor_neg()
786 [CGW_CS_XOR] = { .len = sizeof(struct cgw_csum_xor) },
996 struct cgw_csum_xor *c = nla_data(tb[CGW_CS_XOR]); in cgw_parse_attr()