驱动不支持硬件传输时间戳功能时应调用ethtool_op_get_ts_info info->so_timestamping设置为SOF_TIMESTAMPING_TX_HARDWARE系列 info->tx_types设置为enum hwtstamp_tx_types info->rx_filters设置为enum hwtstamp_rx_filters info->phc_index设置为ptp设备的索引号 【get_module_info】 返回被包含在插入光模块...
u32 ethtool_op_get_link(struct net_device *dev); int ethtool_op_get_ts_info(struct net_device *dev, struct ethtool_ts_info *eti); /** * struct ethtool_link_ext_state_info - link extended state and substate. */ struct ethtool_link_ext_state_info { enum ethtool_link...
* @cmd: command number = %ETHTOOL_GET_TS_INFO * @so_timestamping: bit mask of the sum of the supported SO_TIMESTAMPING flags * @phc_index: device index of the associated PHC, or -1 if there is none * @tx_types: bit mask of the supported hwtstamp_tx_types enumeration values *...
ETHTOOL_GET_TS_INFO = 0x00000041 /* Get time stamping and PHC info */ ETHTOOL_GMODULEINFO = 0x00000042 /* Get plug-in module information */ ETHTOOL_GMODULEEEPROM = 0x00000043 /* Get plug-in module eeprom */ ) // MAX_GSTRINGS maximum number of stats entries that ethtool ca...
/ include / linux / ethtool.h v6 v5 v5.19 v5.18 v5.17 v5.16 v5.15 v5.14 v5.13 v5.13.19 v5.13.18 v5.13.17 v5.13.16 v5.13.15 v5.13.14 v5.13.13 v5.13.12 v5.13.11 v5.13.10 v5.13.9 v5.13.8 v5.13.7 v5.13.6 v5.13.5 v5.13.4 v5.13.3 ...
get_msglevel = ifc_mcdma_get_msglevel, .set_msglevel = ifc_mcdma_set_msglevel, .get_drvinfo = ifc_mcdma_get_drvinfo, .get_ts_info = ethtool_op_get_ts_info, .get_link = ethtool_op_get_link, .get_channels = ifc_mcdma_get_channels, .set_channels = ifc_mcdma_set_channels,...
We read every piece of feedback, and take your input very seriously. Include my email address so I can be contacted Cancel Submit feedback Saved searches Use saved searches to filter your results more quickly Cancel Create saved search Sign in Sign up Reseting focus {...
nel.sg> CC: oss-security@...ts.openwall.com, "Steven M. Christey" <coley@...us.mitre.org> Subject: Re: kernel: ethtool: kernel buffer overflow in ETHTOOL_GRXCLSRLALL Eugene, Thanks for the info. Unfortunately it does affect a few MontaVista kernels. Is it possible to get a CVE ...
get_ts_info = ethtool_op_get_ts_info, .get_link = ethtool_op_get_link, .get_channels = ifc_mcdma_get_channels, .set_channels = ifc_mcdma_set_channels, .get_ringparam = ifc_mcdma_get_ringparam, .set_ringparam = ifc_mcdma_set_ringparam, }; 8.4.2.4. Completions Management ...
* @cmd: command number = %ETHTOOL_GET_TS_INFO * @so_timestamping: bit mask of the sum of the supported SO_TIMESTAMPING flags * @phc_index: device index of the associated PHC, or -1 if there is none * @tx_types: bit mask of the supported hwtstamp_tx_types enumeration value...