Home
last modified time | relevance | path

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

/dpdk/drivers/common/mlx5/windows/
H A Dmlx5_win_defs.h119 IBV_RX_HASH_SRC_PORT_UDP = 1 << 6, enumerator
/dpdk/drivers/net/mlx5/
H A Dmlx5_flow.h375 #define MLX5_UDP_IBV_RX_HASH (IBV_RX_HASH_SRC_PORT_UDP | \
380 IBV_RX_HASH_SRC_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)
1176 (MLX5_RSS_HASH_IPV4 | IBV_RX_HASH_SRC_PORT_UDP)
1180 (MLX5_RSS_HASH_IPV6 | IBV_RX_HASH_SRC_PORT_UDP)
H A Dmlx5_flow_verbs.c1840 (IBV_RX_HASH_SRC_PORT_UDP | in flow_verbs_translate()
H A Dmlx5_flow_dv.c11269 fields |= IBV_RX_HASH_SRC_PORT_UDP; in flow_dv_hashfields_set()
14927 *hash_field |= IBV_RX_HASH_SRC_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()