Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_main.h105 #define HCLGE_D_IP_BIT BIT(2) macro
109 (HCLGE_D_IP_BIT | HCLGE_S_IP_BIT | HCLGE_V_TAG_BIT)
H A Dhclge_main.c4451 hash_sets |= HCLGE_D_IP_BIT; in hclge_get_rss_hash_bits()
4453 hash_sets &= ~HCLGE_D_IP_BIT; in hclge_get_rss_hash_bits()
4569 tuple_sets = HCLGE_S_IP_BIT | HCLGE_D_IP_BIT; in hclge_get_rss_tuple()
4582 if (tuple_sets & HCLGE_D_IP_BIT) in hclge_get_rss_tuple()