Home
last modified time | relevance | path

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

/Linux-v5.4/tools/include/uapi/linux/
Dethtool.h21 #define ETHTOOL_GCHANNELS 0x0000003c /* Get no of channels */ macro
/Linux-v5.4/include/uapi/linux/
Dethtool.h1401 #define ETHTOOL_GCHANNELS 0x0000003c /* Get no of channels */ macro
/Linux-v5.4/net/core/
Dethtool.c1668 struct ethtool_channels channels = { .cmd = ETHTOOL_GCHANNELS }; in ethtool_get_channels()
1683 struct ethtool_channels channels, curr = { .cmd = ETHTOOL_GCHANNELS }; in ethtool_set_channels()
2612 case ETHTOOL_GCHANNELS: in dev_ethtool()
2780 case ETHTOOL_GCHANNELS: in dev_ethtool()
/Linux-v5.4/tools/lib/bpf/
Dxsk.c329 struct ethtool_channels channels = { .cmd = ETHTOOL_GCHANNELS }; in xsk_get_max_queues()