Searched refs:ethtool_value (Results 1 - 2 of 2) sorted by relevance

/linux-master/net/ethtool/
H A Dioctl.c252 struct ethtool_value edata = {
265 struct ethtool_value edata;
1446 struct ethtool_value reset;
1597 struct ethtool_value edata = { .cmd = ETHTOOL_GLINK };
2082 struct ethtool_value id;
2293 struct ethtool_value edata = { .cmd = cmd };
2308 struct ethtool_value edata;
2323 struct ethtool_value edata;
/linux-master/include/uapi/linux/
H A Dethtool.h219 struct ethtool_value { struct
1597 * physical port (if there is one) are up (ethtool_value). */
1607 #define ETHTOOL_GRXCSUM 0x00000014 /* Get RX hw csum enable (ethtool_value) */
1608 #define ETHTOOL_SRXCSUM 0x00000015 /* Set RX hw csum enable (ethtool_value) */
1609 #define ETHTOOL_GTXCSUM 0x00000016 /* Get TX hw csum enable (ethtool_value) */
1610 #define ETHTOOL_STXCSUM 0x00000017 /* Set TX hw csum enable (ethtool_value) */
1612 * (ethtool_value) */
1614 * (ethtool_value). */
1619 #define ETHTOOL_GTSO 0x0000001e /* Get TSO enable (ethtool_value) */
1620 #define ETHTOOL_STSO 0x0000001f /* Set TSO enable (ethtool_value) */
[all...]

Completed in 118 milliseconds