Searched defs:ei_device (Results 1 – 1 of 1) sorted by relevance
67 struct ei_device { struct68 const char *name;69 void (*reset_8390)(struct net_device *);70 void (*get_8390_hdr)(struct net_device *, struct e8390_pkt_hdr *, int);71 void (*block_output)(struct net_device *, int, const unsigned char *, int);72 void (*block_input)(struct net_device *, int, struct sk_buff *, int);73 unsigned long rmem_start;74 unsigned long rmem_end;75 void __iomem *mem;76 unsigned char mcfilter[8];[all …]