Searched defs:es581_4_rx_event_msg (Results 1 – 2 of 2) sorted by relevance
129 struct es581_4_rx_event_msg { struct130 __le64 timestamp;131 __le16 rx_type; /* type enum es581_4_rx_type */132 u8 channel_no;133 u8 __padding;134 __le32 tag; /* Related to the CAN filtering. Unused in this module */135 __le32 event; /* type enum es58x_event */136 __le32 destination; /* Unused in this module */
158 static int es581_4_rx_event_msg(struct es58x_device *es58x_dev, in es581_4_rx_event_msg() function