Home
last modified time | relevance | path

Searched defs:ems_cpc_msg (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/net/can/usb/
H A Dems_usb.c191 struct __packed ems_cpc_msg { struct
192 u8 type; /* type of message */
193 u8 length; /* length of data within union 'msg' */
194 u8 msgid; /* confirmation handle */
195 __le32 ts_sec; /* timestamp in seconds */
196 __le32 ts_nsec; /* timestamp in nano seconds */
198 union __packed {
207 } msg;