Lines Matching defs:grcan_priv
249 struct grcan_priv { struct
250 struct can_priv can; /* must be the first member */
251 struct net_device *dev;
252 struct device *ofdev_dev;
253 struct napi_struct napi;
255 struct grcan_registers __iomem *regs; /* ioremap'ed registers */
256 struct grcan_device_config config;
257 struct grcan_dma dma;
259 struct sk_buff **echo_skb; /* We allocate this on our own */
265 u32 eskbp;
283 spinlock_t lock;
292 bool need_txbug_workaround;
297 struct timer_list hang_timer;
298 struct timer_list rr_timer;
304 bool resetting;
305 bool closing;