Searched defs:ei_device (Results 1 – 1 of 1) sorted by relevance
69 struct ei_device { struct70 const char *name;71 void (*reset_8390)(struct net_device *dev);72 void (*get_8390_hdr)(struct net_device *dev,74 void (*block_output)(struct net_device *dev, int count,76 void (*block_input)(struct net_device *dev, int count,78 unsigned long rmem_start;79 unsigned long rmem_end;80 void __iomem *mem;81 unsigned char mcfilter[8];[all …]