Lines Matching refs:info
1736 struct ethtool_drvinfo *info)
1738 strncpy(info->driver, NETCP_DRIVER_NAME, sizeof(info->driver));
1739 strncpy(info->version, NETCP_DRIVER_VERSION, sizeof(info->version));
2002 struct ethtool_ts_info *info)
2011 info->so_timestamping =
2018 info->phc_index = gbe_intf->gbe_dev->cpts->phc_index;
2019 info->tx_types =
2022 info->rx_filters =
2030 struct ethtool_ts_info *info)
2032 info->so_timestamping =
2036 info->phc_index = -1;
2037 info->tx_types = 0;
2038 info->rx_filters = 0;
3555 dev_err(dev, "device tree info unavailable\n");