Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/hisilicon/hns3/hns3pf/
Dhclge_main.h43 #define HCLGE_D_IP_BIT BIT(2) macro
Dhclge_main.c3201 hash_sets |= HCLGE_D_IP_BIT; in hclge_get_rss_hash_bits()
3203 hash_sets &= ~HCLGE_D_IP_BIT; in hclge_get_rss_hash_bits()
3318 tuple_sets = HCLGE_S_IP_BIT | HCLGE_D_IP_BIT; in hclge_get_rss_tuple()
3331 if (tuple_sets & HCLGE_D_IP_BIT) in hclge_get_rss_tuple()