最終更新:2024-10-01 (火) 09:56:16 (13d)  

ethtool_ops
Top / ethtool_ops

optional netdev? operations

https://github.com/torvalds/linux/blob/master/include/linux/ethtool.h#L726

https://docs.huihoo.com/doxygen/linux/kernel/3.7/structethtool__ops.html

メモ

  • ethtool_ops.get_drvinfo?: report driver/device information.
  • ethtool_ops.get_ts_info: Get the time stamping and PTP hardware clock capabilities.

関連