Lines Matching defs:grcan_priv
250 struct grcan_priv { struct
251 struct can_priv can; /* must be the first member */
252 struct net_device *dev;
253 struct device *ofdev_dev;
254 struct napi_struct napi;
256 struct grcan_registers __iomem *regs; /* ioremap'ed registers */
257 struct grcan_device_config config;
258 struct grcan_dma dma;
260 struct sk_buff **echo_skb; /* We allocate this on our own */
266 u32 eskbp;
284 spinlock_t lock;
293 bool need_txbug_workaround;
298 struct timer_list hang_timer;
299 struct timer_list rr_timer;
305 bool resetting;
306 bool closing;