Home
last modified time | relevance | path

Searched refs:ethtool_regs (Results 1 – 16 of 16) sorted by relevance

/linux-2.4.37.9/include/linux/
Dethtool.h65 struct ethtool_regs { struct
320 void (*get_regs)(struct net_device *, struct ethtool_regs *, void *);
/linux-2.4.37.9/net/core/
Dethtool.c137 struct ethtool_regs regs; in ethtool_get_regs()
161 useraddr += offsetof(struct ethtool_regs, data); in ethtool_get_regs()
/linux-2.4.37.9/drivers/net/
Damd8111e.c1449 struct ethtool_regs regs; in amd8111e_ethtool_ioctl()
1465 useraddr += offsetof(struct ethtool_regs, data); in amd8111e_ethtool_ioctl()
Dpcnet32.c394 static void pcnet32_get_regs(struct net_device *dev, struct ethtool_regs *regs,
866 static void pcnet32_get_regs(struct net_device *dev, struct ethtool_regs *regs, in pcnet32_get_regs()
Dnatsemi.c2028 struct ethtool_regs regs; in netdev_ethtool_ioctl()
2042 useraddr += offsetof(struct ethtool_regs, data); in netdev_ethtool_ioctl()
Dsungem.c2713 struct ethtool_regs regs; in gem_ethtool_ioctl()
2729 useraddr += offsetof(struct ethtool_regs, data); in gem_ethtool_ioctl()
D8139cp.c1434 static void cp_get_regs(struct net_device *dev, struct ethtool_regs *regs, in cp_get_regs()
D8139too.c2333 static void rtl8139_get_regs(struct net_device *dev, struct ethtool_regs *regs, void *regbuf) in rtl8139_get_regs()
Dforcedeth.c2206 static void nv_get_regs(struct net_device *dev, struct ethtool_regs *regs, void *buf) in nv_get_regs()
Dskge.c123 static void skge_get_regs(struct net_device *dev, struct ethtool_regs *regs, in skge_get_regs()
Dsky2.c2916 static void sky2_get_regs(struct net_device *dev, struct ethtool_regs *regs, in sky2_get_regs()
Dtg3.c6717 struct ethtool_regs *regs, void *_p) in tg3_get_regs()
/linux-2.4.37.9/arch/x86_64/ia32/
Dia32_ioctl.c598 struct ethtool_regs *regaddr = (struct ethtool_regs *)A(data); in ethtool_ioctl()
604 if (len > PAGE_SIZE - sizeof(struct ethtool_regs)) { in ethtool_ioctl()
608 len += sizeof(struct ethtool_regs); in ethtool_ioctl()
/linux-2.4.37.9/arch/ppc64/kernel/
Dioctl32.c617 struct ethtool_regs *regaddr = (struct ethtool_regs *)A(data); in ethtool_ioctl()
623 if (len > PAGE_SIZE - sizeof(struct ethtool_regs)) { in ethtool_ioctl()
627 len += sizeof(struct ethtool_regs); in ethtool_ioctl()
/linux-2.4.37.9/drivers/net/e100/
De100_main.c3568 struct ethtool_regs regs = {ETHTOOL_GREGS}; in e100_ethtool_gregs()
3587 addr += offsetof(struct ethtool_regs, data); in e100_ethtool_gregs()
/linux-2.4.37.9/drivers/net/e1000/
De1000_ethtool.c380 struct ethtool_regs *regs, void *p) in e1000_get_regs()