Lines Matching defs:grcan_priv
252 struct grcan_priv { struct
253 struct can_priv can; /* must be the first member */
254 struct net_device *dev;
255 struct napi_struct napi;
257 struct grcan_registers __iomem *regs; /* ioremap'ed registers */
258 struct grcan_device_config config;
259 struct grcan_dma dma;
261 struct sk_buff **echo_skb; /* We allocate this on our own */
262 u8 *txdlc; /* Length of queued frames */
268 u32 eskbp;
286 spinlock_t lock;
295 bool need_txbug_workaround;
300 struct timer_list hang_timer;
301 struct timer_list rr_timer;
307 bool resetting;
308 bool closing;