Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/hisilicon/hns3/hns3vf/
Dhclgevf_main.h125 #define HCLGEVF_S_IP_BIT BIT(3) macro
Dhclgevf_main.c807 hash_sets |= HCLGEVF_S_IP_BIT; in hclgevf_get_rss_hash_bits()
809 hash_sets &= ~HCLGEVF_S_IP_BIT; in hclgevf_get_rss_hash_bits()
936 tuple_sets = HCLGEVF_S_IP_BIT | HCLGEVF_D_IP_BIT; in hclgevf_get_rss_tuple()
951 if (tuple_sets & HCLGEVF_S_IP_BIT) in hclgevf_get_rss_tuple()