Home
last modified time | relevance | path

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

/dpdk/drivers/common/sfc_efx/base/
H A Defx_rx.c369 INSERT_FLAGS(EFX_RX_HASH(IPV6_TCP, 4TUPLE)); in efx_rx_scale_hash_flags_get()
377 INSERT_FLAGS(EFX_RX_HASH(IPV6_TCP, 2TUPLE_DST)); in efx_rx_scale_hash_flags_get()
378 INSERT_FLAGS(EFX_RX_HASH(IPV6_TCP, 2TUPLE_SRC)); in efx_rx_scale_hash_flags_get()
390 INSERT_FLAGS(EFX_RX_HASH(IPV6_TCP, 2TUPLE)); in efx_rx_scale_hash_flags_get()
399 INSERT_FLAGS(EFX_RX_HASH(IPV6_TCP, 1TUPLE_DST)); in efx_rx_scale_hash_flags_get()
400 INSERT_FLAGS(EFX_RX_HASH(IPV6_TCP, 1TUPLE_SRC)); in efx_rx_scale_hash_flags_get()
418 INSERT_FLAGS(EFX_RX_HASH(IPV6_TCP, DISABLE)); in efx_rx_scale_hash_flags_get()
667 EFX_RX_HASH(IPV6_TCP, 2TUPLE); in efx_rx_scale_mode_set()
669 efx_rx_hash_type_t t_ipv6_tcp = EFX_RX_HASH(IPV6_TCP, 4TUPLE); in efx_rx_scale_mode_set()
/dpdk/drivers/net/mlx4/
H A Dmlx4_flow.c102 IPV4_TCP, IPV4_UDP, IPV6_TCP, IPV6_TCP_1, IPV6_UDP, IPV6_UDP_1, in mlx4_conv_rss_types() enumerator
123 [IPV6_TCP] = RTE_ETH_RSS_NONFRAG_IPV6_TCP, in mlx4_conv_rss_types()
141 [IPV6_TCP] = VERBS_IPV6 | VERBS_TCP, in mlx4_conv_rss_types()
/dpdk/drivers/net/sfc/
H A Dsfc_rx.c1328 EFX_RX_HASH(IPV6_TCP, 4TUPLE) },
1336 EFX_RX_HASH(IPV6_TCP, 2TUPLE) | EFX_RX_HASH(IPV6_UDP, 2TUPLE) |