Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/hns3_common/
H A Dhclge_comm_rss.c39 int rss_algo = HCLGE_COMM_RSS_HASH_ALGO_TOEPLITZ; in hclge_comm_rss_init_cfg()
199 *hash_algo = HCLGE_COMM_RSS_HASH_ALGO_TOEPLITZ; in hclge_comm_parse_rss_hfunc()
342 case HCLGE_COMM_RSS_HASH_ALGO_TOEPLITZ: in hclge_comm_get_rss_hash_info()
H A Dhclge_comm_rss.h11 #define HCLGE_COMM_RSS_HASH_ALGO_TOEPLITZ 0 macro