Lines Matching refs:drvinfo
309 struct ethtool_drvinfo *drvinfo) in atl1e_get_drvinfo() argument
313 strlcpy(drvinfo->driver, atl1e_driver_name, sizeof(drvinfo->driver)); in atl1e_get_drvinfo()
314 strlcpy(drvinfo->version, atl1e_driver_version, in atl1e_get_drvinfo()
315 sizeof(drvinfo->version)); in atl1e_get_drvinfo()
316 strlcpy(drvinfo->fw_version, "L1e", sizeof(drvinfo->fw_version)); in atl1e_get_drvinfo()
317 strlcpy(drvinfo->bus_info, pci_name(adapter->pdev), in atl1e_get_drvinfo()
318 sizeof(drvinfo->bus_info)); in atl1e_get_drvinfo()
319 drvinfo->n_stats = 0; in atl1e_get_drvinfo()
320 drvinfo->testinfo_len = 0; in atl1e_get_drvinfo()
321 drvinfo->regdump_len = atl1e_get_regs_len(netdev); in atl1e_get_drvinfo()
322 drvinfo->eedump_len = atl1e_get_eeprom_len(netdev); in atl1e_get_drvinfo()