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