Searched refs:ETHTOOL_SRXFH (Results 1 – 2 of 2) sorted by relevance
1442 * @cmd: Specific command number - %ETHTOOL_GRXFH, %ETHTOOL_SRXFH,1452 * For %ETHTOOL_GRXFH and %ETHTOOL_SRXFH, @data is a bitmask indicating1913 #define ETHTOOL_SRXFH 0x0000002a /* Set RX flow hash configuration */ macro
931 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()