Searched refs:hash_sets (Results 1 – 2 of 2) sorted by relevance
881 u8 hash_sets = nfc->data & RXH_L4_B_0_1 ? HCLGEVF_S_PORT_BIT : 0; in hclgevf_get_rss_hash_bits() local884 hash_sets |= HCLGEVF_D_PORT_BIT; in hclgevf_get_rss_hash_bits()886 hash_sets &= ~HCLGEVF_D_PORT_BIT; in hclgevf_get_rss_hash_bits()889 hash_sets |= HCLGEVF_S_IP_BIT; in hclgevf_get_rss_hash_bits()891 hash_sets &= ~HCLGEVF_S_IP_BIT; in hclgevf_get_rss_hash_bits()894 hash_sets |= HCLGEVF_D_IP_BIT; in hclgevf_get_rss_hash_bits()896 hash_sets &= ~HCLGEVF_D_IP_BIT; in hclgevf_get_rss_hash_bits()899 hash_sets |= HCLGEVF_V_TAG_BIT; in hclgevf_get_rss_hash_bits()901 return hash_sets; in hclgevf_get_rss_hash_bits()
4782 u8 hash_sets = nfc->data & RXH_L4_B_0_1 ? HCLGE_S_PORT_BIT : 0; in hclge_get_rss_hash_bits() local4785 hash_sets |= HCLGE_D_PORT_BIT; in hclge_get_rss_hash_bits()4787 hash_sets &= ~HCLGE_D_PORT_BIT; in hclge_get_rss_hash_bits()4790 hash_sets |= HCLGE_S_IP_BIT; in hclge_get_rss_hash_bits()4792 hash_sets &= ~HCLGE_S_IP_BIT; in hclge_get_rss_hash_bits()4795 hash_sets |= HCLGE_D_IP_BIT; in hclge_get_rss_hash_bits()4797 hash_sets &= ~HCLGE_D_IP_BIT; in hclge_get_rss_hash_bits()4800 hash_sets |= HCLGE_V_TAG_BIT; in hclge_get_rss_hash_bits()4802 return hash_sets; in hclge_get_rss_hash_bits()