Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/can/
H A Dgw.h115 struct cgw_fdframe_mod { struct
121 #define CGW_FDMODATTR_LEN sizeof(struct cgw_fdframe_mod) argument
/openbmc/linux/net/can/
H A Dgw.c654 struct cgw_fdframe_mod mb; in cgw_put_job()
793 [CGW_FDMOD_AND] = { .len = sizeof(struct cgw_fdframe_mod) },
794 [CGW_FDMOD_OR] = { .len = sizeof(struct cgw_fdframe_mod) },
795 [CGW_FDMOD_XOR] = { .len = sizeof(struct cgw_fdframe_mod) },
796 [CGW_FDMOD_SET] = { .len = sizeof(struct cgw_fdframe_mod) },
825 struct cgw_fdframe_mod mb; in cgw_parse_attr()