Searched defs:ei_device (Results 1 – 2 of 2) sorted by relevance
| /kernel/linux/linux-4.19/drivers/net/ethernet/8390/ |
| D | 8390.h | 67 struct ei_device { struct 68 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 …]
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/8390/ |
| D | 8390.h | 69 struct ei_device { struct 70 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 …]
|