Searched refs:ipv6_ext (Results 1 – 6 of 6) sorted by relevance
83 u8 ipv6_ext; member
839 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()
510 rss_type->ipv6_ext = (rss_hf & ETH_RSS_IPV6_EX) ? 1 : 0; in hinic_fill_rss_type()
1974 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()
148 struct rte_flow_item_ipv6_ext ipv6_ext; member
3694 - ``ipv6_ext``: match presence of any IPv6 extension header.