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