Home
last modified time | relevance | path

Searched refs:ethtool_drvinfo (Results 1 – 25 of 34) sorted by relevance

12

/external/ethtool/
Dinternal.h260 int natsemi_dump_regs(struct ethtool_drvinfo *info, struct ethtool_regs *regs);
261 int natsemi_dump_eeprom(struct ethtool_drvinfo *info,
265 int de2104x_dump_regs(struct ethtool_drvinfo *info, struct ethtool_regs *regs);
268 int e1000_dump_regs(struct ethtool_drvinfo *info, struct ethtool_regs *regs);
270 int igb_dump_regs(struct ethtool_drvinfo *info, struct ethtool_regs *regs);
273 int realtek_dump_regs(struct ethtool_drvinfo *info, struct ethtool_regs *regs);
276 int e100_dump_regs(struct ethtool_drvinfo *info, struct ethtool_regs *regs);
279 int tg3_dump_eeprom(struct ethtool_drvinfo *info, struct ethtool_eeprom *ee);
282 int amd8111e_dump_regs(struct ethtool_drvinfo *info, struct ethtool_regs *regs);
285 int pcnet32_dump_regs(struct ethtool_drvinfo *info, struct ethtool_regs *regs);
[all …]
Dtg3.c7 int tg3_dump_eeprom(struct ethtool_drvinfo *info maybe_unused, in tg3_dump_eeprom()
26 int tg3_dump_regs(struct ethtool_drvinfo *info maybe_unused, in tg3_dump_regs()
Dstmmac.c21 int st_mac100_dump_regs(struct ethtool_drvinfo *info maybe_unused, in st_mac100_dump_regs()
54 int st_gmac_dump_regs(struct ethtool_drvinfo *info maybe_unused, in st_gmac_dump_regs()
Dde2104x.c114 static void de21040_dump_regs(struct ethtool_drvinfo *info maybe_unused, in de21040_dump_regs()
420 static void de21041_dump_regs(struct ethtool_drvinfo *info maybe_unused, in de21041_dump_regs()
772 de2104x_dump_regs(struct ethtool_drvinfo *info, struct ethtool_regs *regs) in de2104x_dump_regs()
Dat76c50x-usb.c15 int at76c50x_usb_dump_regs(struct ethtool_drvinfo *info maybe_unused, in at76c50x_usb_dump_regs()
Dvioc.c14 int vioc_dump_regs(struct ethtool_drvinfo *info maybe_unused, in vioc_dump_regs()
Dfjes.c5 int fjes_dump_regs(struct ethtool_drvinfo *info maybe_unused, in fjes_dump_regs()
Dfec.c197 int fec_dump_regs(struct ethtool_drvinfo *info maybe_unused, in fec_dump_regs()
Dixgb.c41 int ixgb_dump_regs(struct ethtool_drvinfo *info maybe_unused, in ixgb_dump_regs()
Dfec_8xx.c50 int fec_8xx_dump_regs(struct ethtool_drvinfo *info maybe_unused, in fec_8xx_dump_regs()
Dlan78xx.c5 int lan78xx_dump_regs(struct ethtool_drvinfo *info maybe_unused, in lan78xx_dump_regs()
De100.c39 int e100_dump_regs(struct ethtool_drvinfo *info maybe_unused, in e100_dump_regs()
Dtse.c28 int altera_tse_dump_regs(struct ethtool_drvinfo *info maybe_unused, in altera_tse_dump_regs()
Dixgbevf.c6 ixgbevf_dump_regs(struct ethtool_drvinfo *info maybe_unused, in ixgbevf_dump_regs()
Dsmsc911x.c5 int smsc911x_dump_regs(struct ethtool_drvinfo *info maybe_unused, in smsc911x_dump_regs()
Dmarvell.c262 int skge_dump_regs(struct ethtool_drvinfo *info maybe_unused, in skge_dump_regs()
383 int sky2_dump_regs(struct ethtool_drvinfo *info maybe_unused, in sky2_dump_regs()
Damd8111e.c155 int amd8111e_dump_regs(struct ethtool_drvinfo *info maybe_unused, in amd8111e_dump_regs()
Dvmxnet3.c6 vmxnet3_dump_regs(struct ethtool_drvinfo *info maybe_unused, in vmxnet3_dump_regs()
Det131x.c5 int et131x_dump_regs(struct ethtool_drvinfo *info maybe_unused, in et131x_dump_regs()
Dethtool.c934 static int dump_drvinfo(struct ethtool_drvinfo *info) in dump_drvinfo()
1188 int (*func)(struct ethtool_drvinfo *info, struct ethtool_regs *regs);
1242 struct ethtool_drvinfo *info, struct ethtool_regs *regs) in dump_regs()
1269 info = (struct ethtool_drvinfo *)(&regs->data[0] + regs->len); in dump_regs()
1279 struct ethtool_drvinfo *info maybe_unused, in dump_eeprom()
1795 struct ethtool_drvinfo drvinfo; in get_stringset()
1908 struct ethtool_drvinfo drvinfo; in do_gdrv()
3255 struct ethtool_drvinfo drvinfo; in do_gregs()
3353 struct ethtool_drvinfo drvinfo; in do_geeprom()
3408 struct ethtool_drvinfo drvinfo; in do_seeprom()
[all …]
Dpcnet32.c24 int pcnet32_dump_regs(struct ethtool_drvinfo *info, struct ethtool_regs *regs) in pcnet32_dump_regs()
Drealtek.c244 realtek_dump_regs(struct ethtool_drvinfo *info maybe_unused, in realtek_dump_regs()
Dibm_emac.c317 int ibm_emac_dump_regs(struct ethtool_drvinfo *info maybe_unused, in ibm_emac_dump_regs()
De1000.c366 int e1000_dump_regs(struct ethtool_drvinfo *info maybe_unused, in e1000_dump_regs()
/external/autotest/client/profilers/powertop/src/
Dwireless.c205 struct ethtool_drvinfo driver; in find_wireless_nic()

12