Lines Matching refs:info
102 * @info: pointer to the structure with parameters given by ethtool to
108 struct ethtool_drvinfo *info)
111 strlcpy(info->driver, VXGE_DRIVER_NAME, sizeof(info->driver));
112 strlcpy(info->version, DRV_VERSION, sizeof(info->version));
113 strlcpy(info->fw_version, vdev->fw_version, sizeof(info->fw_version));
114 strlcpy(info->bus_info, pci_name(vdev->pdev), sizeof(info->bus_info));