Home
last modified time | relevance | path

Searched refs:ETH_RSS_HASH_CRC32 (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/net/ethernet/amazon/ena/
H A Dena_ethtool.c838 func = ETH_RSS_HASH_CRC32; in ena_get_rxfh()
873 case ETH_RSS_HASH_CRC32: in ena_set_rxfh()
/openbmc/linux/include/linux/
H A Dethtool.h112 #define ETH_RSS_HASH_CRC32 __ETH_RSS_HASH(CRC32) macro
/openbmc/linux/drivers/net/ethernet/fungible/funeth/
H A Dfuneth_ethtool.c997 ETH_RSS_HASH_TOP : ETH_RSS_HASH_CRC32; in fun_get_rxfh()
1015 else if (hfunc == ETH_RSS_HASH_CRC32) in fun_set_rxfh()
/openbmc/linux/drivers/net/ethernet/marvell/mvpp2/
H A Dmvpp2_main.c5678 *hfunc = ETH_RSS_HASH_CRC32; in mvpp2_ethtool_get_rxfh()
5692 if (hfunc != ETH_RSS_HASH_NO_CHANGE && hfunc != ETH_RSS_HASH_CRC32) in mvpp2_ethtool_set_rxfh()
5716 *hfunc = ETH_RSS_HASH_CRC32; in mvpp2_ethtool_get_rxfh_context()
5735 if (hfunc != ETH_RSS_HASH_NO_CHANGE && hfunc != ETH_RSS_HASH_CRC32) in mvpp2_ethtool_set_rxfh_context()
/openbmc/linux/drivers/net/ethernet/netronome/nfp/
H A Dnfp_net_common.c2424 case ETH_RSS_HASH_CRC32: in nfp_net_rss_key_sz()