Go to the documentation of this file.
15 #include <linux/types.h>
31 #define CGW_TYPE_MAX (__CGW_TYPE_MAX - 1)
50 #define CGW_MAX (__CGW_MAX - 1)
52 #define CGW_FLAGS_CAN_ECHO 0x01
53 #define CGW_FLAGS_CAN_SRC_TSTAMP 0x02
55 #define CGW_MOD_FUNCS 4
58 #define CGW_MOD_ID 0x01
59 #define CGW_MOD_DLC 0x02
60 #define CGW_MOD_DATA 0x04
62 #define CGW_FRAME_MODS 3
64 #define MAX_MODFUNCTIONS (CGW_MOD_FUNCS * CGW_FRAME_MODS)
71 #define CGW_MODATTR_LEN sizeof(struct cgw_frame_mod)
92 #define CGW_CS_XOR_LEN sizeof(struct cgw_csum_xor)
93 #define CGW_CS_CRC8_LEN sizeof(struct cgw_csum_crc8)
104 #define CGW_CRC8PRF_MAX (__CGW_CRC8PRF_MAX - 1)