Searched refs:drvinfo (Results 1 - 16 of 16) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dspider_net_ethtool.c71 struct ethtool_drvinfo *drvinfo)
77 memset(drvinfo, 0, sizeof(struct ethtool_drvinfo));
78 strncpy(drvinfo->driver, spider_net_driver_name, 32);
79 strncpy(drvinfo->version, VERSION, 32);
80 strcpy(drvinfo->fw_version, "no information");
81 strncpy(drvinfo->bus_info, pci_name(card->pdev), 32);
70 spider_net_ethtool_get_drvinfo(struct net_device *netdev, struct ethtool_drvinfo *drvinfo) argument
H A Dgianfar_ethtool.c56 static void gfar_gdrvinfo(struct net_device *dev, struct ethtool_drvinfo *drvinfo);
167 /* Fills in the drvinfo structure with some basic info */
169 ethtool_drvinfo *drvinfo)
171 strncpy(drvinfo->driver, DRV_NAME, GFAR_INFOSTR_LEN);
172 strncpy(drvinfo->version, gfar_driver_version, GFAR_INFOSTR_LEN);
173 strncpy(drvinfo->fw_version, "N/A", GFAR_INFOSTR_LEN);
174 strncpy(drvinfo->bus_info, "N/A", GFAR_INFOSTR_LEN);
175 drvinfo->n_stats = GFAR_STATS_LEN;
176 drvinfo->testinfo_len = 0;
177 drvinfo
168 gfar_gdrvinfo(struct net_device *dev, struct ethtool_drvinfo *drvinfo) argument
[all...]
H A Dmv643xx_eth.c2695 struct ethtool_drvinfo *drvinfo)
2697 strncpy(drvinfo->driver, mv643xx_driver_name, 32);
2698 strncpy(drvinfo->version, mv643xx_driver_version, 32);
2699 strncpy(drvinfo->fw_version, "N/A", 32);
2700 strncpy(drvinfo->bus_info, "mv643xx", 32);
2701 drvinfo->n_stats = MV643XX_STATS_LEN;
2694 mv643xx_get_drvinfo(struct net_device *netdev, struct ethtool_drvinfo *drvinfo) argument
H A Dsc92031.c1265 struct ethtool_drvinfo *drvinfo)
1270 strcpy(drvinfo->driver, SC92031_NAME);
1271 strcpy(drvinfo->version, SC92031_VERSION);
1272 strcpy(drvinfo->bus_info, pci_name(pdev));
1264 sc92031_ethtool_get_drvinfo(struct net_device *dev, struct ethtool_drvinfo *drvinfo) argument
H A Dqla3xxx.c1862 struct ethtool_drvinfo *drvinfo)
1865 strncpy(drvinfo->driver, ql3xxx_driver_name, 32);
1866 strncpy(drvinfo->version, ql3xxx_driver_version, 32);
1867 strncpy(drvinfo->fw_version, "N/A", 32);
1868 strncpy(drvinfo->bus_info, pci_name(qdev->pdev), 32);
1869 drvinfo->n_stats = 0;
1870 drvinfo->testinfo_len = 0;
1871 drvinfo->regdump_len = 0;
1872 drvinfo->eedump_len = 0;
1861 ql_get_drvinfo(struct net_device *ndev, struct ethtool_drvinfo *drvinfo) argument
H A Deepro.c1740 struct ethtool_drvinfo *drvinfo)
1742 strcpy(drvinfo->driver, DRV_NAME);
1743 strcpy(drvinfo->version, DRV_VERSION);
1744 sprintf(drvinfo->bus_info, "ISA 0x%lx", dev->base_addr);
1739 eepro_ethtool_get_drvinfo(struct net_device *dev, struct ethtool_drvinfo *drvinfo) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/atl1/
H A Datl1_ethtool.c249 struct ethtool_drvinfo *drvinfo)
253 strncpy(drvinfo->driver, atl1_driver_name, sizeof(drvinfo->driver));
254 strncpy(drvinfo->version, atl1_driver_version,
255 sizeof(drvinfo->version));
256 strncpy(drvinfo->fw_version, "N/A", sizeof(drvinfo->fw_version));
257 strncpy(drvinfo->bus_info, pci_name(adapter->pdev),
258 sizeof(drvinfo->bus_info));
259 drvinfo
248 atl1_get_drvinfo(struct net_device *netdev, struct ethtool_drvinfo *drvinfo) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/netxen/
H A Dnetxen_nic_ethtool.c101 netxen_nic_get_drvinfo(struct net_device *dev, struct ethtool_drvinfo *drvinfo) argument
108 strncpy(drvinfo->driver, netxen_nic_driver_name, 32);
109 strncpy(drvinfo->version, NETXEN_NIC_LINUX_VERSIONID, 32);
115 sprintf(drvinfo->fw_version, "%d.%d.%d", fw_major, fw_minor, fw_build);
117 strncpy(drvinfo->bus_info, pci_name(adapter->pdev), 32);
118 drvinfo->n_stats = NETXEN_NIC_STATS_LEN;
119 drvinfo->testinfo_len = NETXEN_NIC_TEST_LEN;
120 drvinfo->regdump_len = NETXEN_NIC_REGS_LEN;
121 drvinfo->eedump_len = netxen_nic_get_eeprom_len(dev);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/ixgb/
H A Dixgb_ethtool.c528 struct ethtool_drvinfo *drvinfo)
532 strncpy(drvinfo->driver, ixgb_driver_name, 32);
533 strncpy(drvinfo->version, ixgb_driver_version, 32);
534 strncpy(drvinfo->fw_version, "N/A", 32);
535 strncpy(drvinfo->bus_info, pci_name(adapter->pdev), 32);
536 drvinfo->n_stats = IXGB_STATS_LEN;
537 drvinfo->regdump_len = ixgb_get_regs_len(netdev);
538 drvinfo->eedump_len = ixgb_get_eeprom_len(netdev);
527 ixgb_get_drvinfo(struct net_device *netdev, struct ethtool_drvinfo *drvinfo) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/usb/
H A Dmcs7830.c418 static void mcs7830_get_drvinfo(struct net_device *net, struct ethtool_drvinfo *drvinfo) argument
420 usbnet_get_drvinfo(net, drvinfo);
421 drvinfo->regdump_len = mcs7830_get_regs_len(net);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/e1000/
H A De1000_ethtool.c593 struct ethtool_drvinfo *drvinfo)
599 strncpy(drvinfo->driver, e1000_driver_name, 32);
600 strncpy(drvinfo->version, e1000_driver_version, 32);
620 strncpy(drvinfo->fw_version, firmware_version, 32);
621 strncpy(drvinfo->bus_info, pci_name(adapter->pdev), 32);
622 drvinfo->n_stats = E1000_STATS_LEN;
623 drvinfo->testinfo_len = E1000_TEST_LEN;
624 drvinfo->regdump_len = e1000_get_regs_len(netdev);
625 drvinfo->eedump_len = e1000_get_eeprom_len(netdev);
592 e1000_get_drvinfo(struct net_device *netdev, struct ethtool_drvinfo *drvinfo) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dhdlcdrv.h171 const char *drvinfo; member in struct:hdlcdrv_ops
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/hamradio/
H A Dbaycom_par.c392 .drvinfo = bc_drvinfo,
H A Dbaycom_ser_fdx.c488 .drvinfo = bc_drvinfo,
H A Dbaycom_ser_hdx.c545 .drvinfo = bc_drvinfo,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/bonding/
H A Dbond_main.c4229 struct ethtool_drvinfo *drvinfo)
4231 strncpy(drvinfo->driver, DRV_NAME, 32);
4232 strncpy(drvinfo->version, DRV_VERSION, 32);
4233 snprintf(drvinfo->fw_version, 32, "%d", BOND_ABI_VERSION);
4228 bond_ethtool_get_drvinfo(struct net_device *bond_dev, struct ethtool_drvinfo *drvinfo) argument

Completed in 216 milliseconds