Searched defs:grcan_priv (Results 1 – 1 of 1) sorted by relevance
252 struct grcan_priv { struct253 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;[all …]