Searched defs:es58x_priv (Results 1 – 1 of 1) sorted by relevance
256 struct es58x_priv { struct257 struct can_priv can;258 struct es58x_device *es58x_dev;259 struct urb *tx_urb;261 u32 tx_tail;262 u32 tx_head;264 u8 tx_can_msg_cnt;265 bool tx_can_msg_is_fd;289 * field of the struct es58x_priv into echo_skb argument564 static inline struct es58x_priv *es58x_priv(struct net_device *netdev) in es58x_priv() function