Home
last modified time | relevance | path

Searched refs:ETHTOOL_GCHANNELS (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/net/core/
Dethtool.c1741 struct ethtool_channels channels = { .cmd = ETHTOOL_GCHANNELS }; in ethtool_get_channels()
1756 struct ethtool_channels channels, max = { .cmd = ETHTOOL_GCHANNELS }; in ethtool_set_channels()
2654 case ETHTOOL_GCHANNELS: in dev_ethtool()
2822 case ETHTOOL_GCHANNELS: in dev_ethtool()
/Linux-v4.19/include/uapi/linux/
Dethtool.h1375 #define ETHTOOL_GCHANNELS 0x0000003c /* Get no of channels */ macro