Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/hisilicon/hns3/hns3pf/
Dhclge_main.c3188 u8 hash_sets = nfc->data & RXH_L4_B_0_1 ? HCLGE_S_PORT_BIT : 0; in hclge_get_rss_hash_bits() local
3191 hash_sets |= HCLGE_D_PORT_BIT; in hclge_get_rss_hash_bits()
3193 hash_sets &= ~HCLGE_D_PORT_BIT; in hclge_get_rss_hash_bits()
3196 hash_sets |= HCLGE_S_IP_BIT; in hclge_get_rss_hash_bits()
3198 hash_sets &= ~HCLGE_S_IP_BIT; in hclge_get_rss_hash_bits()
3201 hash_sets |= HCLGE_D_IP_BIT; in hclge_get_rss_hash_bits()
3203 hash_sets &= ~HCLGE_D_IP_BIT; in hclge_get_rss_hash_bits()
3206 hash_sets |= HCLGE_V_TAG_BIT; in hclge_get_rss_hash_bits()
3208 return hash_sets; in hclge_get_rss_hash_bits()