Searched defs:ei_device (Results 1 – 1 of 1) sorted by relevance
73 struct ei_device { struct74 const char *name;75 void (*reset_8390)(struct net_device *);76 void (*get_8390_hdr)(struct net_device *, struct e8390_pkt_hdr *, int);77 void (*block_output)(struct net_device *, int, const unsigned char *, int);78 void (*block_input)(struct net_device *, int, struct sk_buff *, int);79 unsigned long rmem_start;80 unsigned long rmem_end;81 void __iomem *mem;82 unsigned char mcfilter[8];[all …]