Home
last modified time | relevance | path

Searched refs:ipv6_ext (Results 1 – 6 of 6) sorted by relevance

/f-stack/dpdk/drivers/net/hinic/base/
H A Dhinic_pmd_niccfg.h83 u8 ipv6_ext; member
H A Dhinic_pmd_niccfg.c839 HINIC_RSS_TYPE_SET(rss_type.ipv6_ext, IPV6_EXT) | in hinic_set_rss_type()
899 rss_type->ipv6_ext = HINIC_RSS_TYPE_GET(ctx_tbl.context, IPV6_EXT); in hinic_get_rss_type()
/f-stack/dpdk/drivers/net/hinic/
H A Dhinic_pmd_rx.c510 rss_type->ipv6_ext = (rss_hf & ETH_RSS_IPV6_EX) ? 1 : 0; in hinic_fill_rss_type()
H A Dhinic_pmd_ethdev.c1974 rss_type.ipv6_ext = (rss_hf & ETH_RSS_IPV6_EX) ? 1 : 0; in hinic_rss_hash_update()
2039 rss_conf->rss_hf |= rss_type.ipv6_ext ? ETH_RSS_IPV6_EX : 0; in hinic_rss_conf_get()
/f-stack/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_flow.c148 struct rte_flow_item_ipv6_ext ipv6_ext; member
/f-stack/dpdk/doc/guides/testpmd_app_ug/
H A Dtestpmd_funcs.rst3694 - ``ipv6_ext``: match presence of any IPv6 extension header.