Home
last modified time | relevance | path

Searched refs:tcp_ipv6_ext (Results 1 – 4 of 4) sorted by relevance

/f-stack/dpdk/drivers/net/hinic/base/
H A Dhinic_pmd_niccfg.h82 u8 tcp_ipv6_ext; member
H A Dhinic_pmd_niccfg.c842 HINIC_RSS_TYPE_SET(rss_type.tcp_ipv6_ext, TCP_IPV6_EXT) | in hinic_set_rss_type()
902 rss_type->tcp_ipv6_ext = in hinic_get_rss_type()
/f-stack/dpdk/drivers/net/hinic/
H A Dhinic_pmd_rx.c512 rss_type->tcp_ipv6_ext = (rss_hf & ETH_RSS_IPV6_TCP_EX) ? 1 : 0; in hinic_fill_rss_type()
H A Dhinic_pmd_ethdev.c1976 rss_type.tcp_ipv6_ext = (rss_hf & ETH_RSS_IPV6_TCP_EX) ? 1 : 0; in hinic_rss_hash_update()
2041 rss_conf->rss_hf |= rss_type.tcp_ipv6_ext ? ETH_RSS_IPV6_TCP_EX : 0; in hinic_rss_conf_get()