Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/hisilicon/hns3/hns3vf/
A Dhclgevf_main.h127 #define HCLGEVF_S_IP_BIT BIT(3) macro
130 (HCLGEVF_D_IP_BIT | HCLGEVF_S_IP_BIT | HCLGEVF_V_TAG_BIT)
A Dhclgevf_main.c889 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()
1026 *tuple_sets = HCLGEVF_S_IP_BIT | HCLGEVF_D_IP_BIT; in hclgevf_get_rss_tuple_by_flow_type()
1045 if (tuple_sets & HCLGEVF_S_IP_BIT) in hclgevf_convert_rss_tuple()

Completed in 11 milliseconds