Searched defs:grcan_priv (Results 1 – 1 of 1) sorted by relevance
248 struct grcan_priv { struct249 struct can_priv can; /* must be the first member */250 struct net_device *dev;251 struct device *ofdev_dev;252 struct napi_struct napi;254 struct grcan_registers __iomem *regs; /* ioremap'ed registers */255 struct grcan_device_config config;256 struct grcan_dma dma;258 struct sk_buff **echo_skb; /* We allocate this on our own */259 u8 *txdlc; /* Length of queued frames */[all …]