Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F102708070
D37214.id112412.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
589 B
Referenced Files
None
Subscribers
None
D37214.id112412.diff
View Options
diff --git a/sys/compat/linuxkpi/common/include/linux/ethtool.h b/sys/compat/linuxkpi/common/include/linux/ethtool.h
--- a/sys/compat/linuxkpi/common/include/linux/ethtool.h
+++ b/sys/compat/linuxkpi/common/include/linux/ethtool.h
@@ -38,4 +38,20 @@
uint8_t __dummy[0];
};
+enum ethtool_ss {
+ ETH_SS_STATS,
+};
+
+struct ethtool_drvinfo {
+ char *driver;
+ char *version;
+ char *fw_version;
+ char *bus_info;
+};
+
+struct net_device;
+struct ethtool_ops {
+ void(*get_drvinfo)(struct net_device *, struct ethtool_drvinfo *);
+};
+
#endif /* _LINUXKPI_LINUX_ETHTOOL_H_ */
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Nov 17, 4:05 AM (11 h, 24 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
14669971
Default Alt Text
D37214.id112412.diff (589 B)
Attached To
Mode
D37214: LinuxKPI: ethtool.h add more definitions
Attached
Detach File
Event Timeline
Log In to Comment