Home
last modified time | relevance | path

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

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

Completed in 16 milliseconds