Lines Matching defs:grcan_priv
248 struct grcan_priv { struct
249 struct can_priv can; /* must be the first member */
250 struct net_device *dev;
251 struct napi_struct napi;
253 struct grcan_registers __iomem *regs; /* ioremap'ed registers */
254 struct grcan_device_config config;
255 struct grcan_dma dma;
257 struct sk_buff **echo_skb; /* We allocate this on our own */
258 u8 *txdlc; /* Length of queued frames */
264 u32 eskbp;
282 spinlock_t lock;
291 bool need_txbug_workaround;
296 struct timer_list hang_timer;
297 struct timer_list rr_timer;
303 bool resetting;
304 bool closing;