Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/hisilicon/hns3/hns3vf/
Dhclgevf_main.h123 #define HCLGEVF_S_IP_BIT BIT(3) macro
Dhclgevf_main.c842 hash_sets |= HCLGEVF_S_IP_BIT; in hclgevf_get_rss_hash_bits()
844 hash_sets &= ~HCLGEVF_S_IP_BIT; in hclgevf_get_rss_hash_bits()
971 tuple_sets = HCLGEVF_S_IP_BIT | HCLGEVF_D_IP_BIT; in hclgevf_get_rss_tuple()
986 if (tuple_sets & HCLGEVF_S_IP_BIT) in hclgevf_get_rss_tuple()