Home
last modified time | relevance | path

Searched refs:IBV_RX_HASH_DST_PORT_UDP (Results 1 – 5 of 5) sorted by relevance

/dpdk/drivers/common/mlx5/windows/
H A Dmlx5_win_defs.h120 IBV_RX_HASH_DST_PORT_UDP = 1 << 7, enumerator
/dpdk/drivers/net/mlx5/
H A Dmlx5_flow.h376 IBV_RX_HASH_DST_PORT_UDP)
384 IBV_RX_HASH_DST_PORT_UDP)
1163 IBV_RX_HASH_SRC_PORT_UDP | IBV_RX_HASH_DST_PORT_UDP)
1170 IBV_RX_HASH_SRC_PORT_UDP | IBV_RX_HASH_DST_PORT_UDP)
1178 (MLX5_RSS_HASH_IPV4 | IBV_RX_HASH_DST_PORT_UDP)
1182 (MLX5_RSS_HASH_IPV6 | IBV_RX_HASH_DST_PORT_UDP)
H A Dmlx5_flow_verbs.c1841 IBV_RX_HASH_DST_PORT_UDP)); in flow_verbs_translate()
H A Dmlx5_flow_dv.c11271 fields |= IBV_RX_HASH_DST_PORT_UDP; in flow_dv_hashfields_set()
14925 *hash_field |= IBV_RX_HASH_DST_PORT_UDP; in flow_dv_action_rss_l34_hash_adjust()
/dpdk/drivers/net/mlx4/
H A Dmlx4_flow.c108 VERBS_UDP = IBV_RX_HASH_SRC_PORT_UDP | IBV_RX_HASH_DST_PORT_UDP, in mlx4_conv_rss_types()