Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dethtool.h1442 * @cmd: Specific command number - %ETHTOOL_GRXFH, %ETHTOOL_SRXFH,
1452 * For %ETHTOOL_GRXFH and %ETHTOOL_SRXFH, @data is a bitmask indicating
1913 #define ETHTOOL_SRXFH 0x0000002a /* Set RX flow hash configuration */ macro
/linux/net/ethtool/
H A Dioctl.c931 if (cmd == ETHTOOL_GRXFH || cmd == ETHTOOL_SRXFH) in ethtool_rxnfc_copy_struct()
938 if ((cmd == ETHTOOL_GRXFH || cmd == ETHTOOL_SRXFH) && info->flow_type & FLOW_RSS) { in ethtool_rxnfc_copy_struct()
3424 case ETHTOOL_SRXFH: in __dev_ethtool()