Home
last modified time | relevance | path

Searched refs:NICVF_CAP_TUNNEL_PARSING (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/drivers/net/thunderx/base/
H A Dnicvf_hw.h27 #define NICVF_CAP_TUNNEL_PARSING (1ULL << 0) macro
H A Dnicvf_hw.c116 nic->hwcap |= NICVF_CAP_TUNNEL_PARSING | NICVF_CAP_CQE_RX2; in nicvf_base_init()
119 nic->hwcap |= NICVF_CAP_TUNNEL_PARSING | NICVF_CAP_CQE_RX2; in nicvf_base_init()
122 nic->hwcap |= NICVF_CAP_TUNNEL_PARSING | NICVF_CAP_CQE_RX2 | in nicvf_base_init()
/f-stack/dpdk/drivers/net/thunderx/
H A Dnicvf_ethdev.c338 if (nicvf_hw_cap(nic) & NICVF_CAP_TUNNEL_PARSING) { in nicvf_dev_supported_ptypes_get()
428 if (nicvf_hw_cap(nic) & NICVF_CAP_TUNNEL_PARSING) { in nicvf_rss_ethdev_to_nic()
461 if (nicvf_hw_cap(nic) & NICVF_CAP_TUNNEL_PARSING) { in nicvf_rss_nic_to_ethdev()
1423 if (nicvf_hw_cap(nic) & NICVF_CAP_TUNNEL_PARSING) in nicvf_dev_info_get()