Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/hns3/
H A Dhns3_fdir.h16 uint32_t tuple_active; member
H A Dhns3_fdir.c293 req->tuple_mask = rte_cpu_to_le_32(~key_cfg->tuple_active); in hns3_set_fd_key_config()
335 key_cfg->tuple_active = BIT(INNER_VLAN_TAG1) | BIT(INNER_ETH_TYPE) | in hns3_init_fd_config()
342 key_cfg->tuple_active |= in hns3_init_fd_config()
728 if (key_cfg->tuple_active & BIT(i)) { in hns3_config_key()