Home
last modified time | relevance | path

Searched refs:HCLGEVF_S_IP_BIT (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns3/hns3vf/
H A Dhclgevf_main.h125 #define HCLGEVF_S_IP_BIT BIT(3) macro
128 (HCLGEVF_D_IP_BIT | HCLGEVF_S_IP_BIT | HCLGEVF_V_TAG_BIT)
H A Dhclgevf_main.c858 hash_sets |= HCLGEVF_S_IP_BIT; in hclgevf_get_rss_hash_bits()
860 hash_sets &= ~HCLGEVF_S_IP_BIT; in hclgevf_get_rss_hash_bits()
987 tuple_sets = HCLGEVF_S_IP_BIT | HCLGEVF_D_IP_BIT; in hclgevf_get_rss_tuple()
1002 if (tuple_sets & HCLGEVF_S_IP_BIT) in hclgevf_get_rss_tuple()

Completed in 6 milliseconds