Home
last modified time | relevance | path

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

/dpdk/drivers/common/mlx5/windows/
H A Dmlx5_win_defs.h114 IBV_RX_HASH_DST_IPV4 = 1 << 1, enumerator
/dpdk/drivers/net/mlx5/
H A Dmlx5_flow.h353 #define MLX5_IPV4_IBV_RX_HASH (IBV_RX_HASH_SRC_IPV4 | IBV_RX_HASH_DST_IPV4)
368 #define MLX5_L3_DST_IBV_RX_HASH (IBV_RX_HASH_DST_IPV4 | IBV_RX_HASH_DST_IPV6)
1157 #define MLX5_RSS_HASH_IPV4 (IBV_RX_HASH_SRC_IPV4 | IBV_RX_HASH_DST_IPV4)
1172 #define MLX5_RSS_HASH_IPV4_DST_ONLY IBV_RX_HASH_DST_IPV4
H A Dmlx5_flow_dv.c11236 fields |= IBV_RX_HASH_DST_IPV4; in flow_dv_hashfields_set()
14901 *hash_field |= IBV_RX_HASH_DST_IPV4; in flow_dv_action_rss_l34_hash_adjust()
/dpdk/drivers/net/mlx4/
H A Dmlx4.c629 return IBV_RX_HASH_SRC_IPV4 | IBV_RX_HASH_DST_IPV4 | in mlx4_hw_rss_sup()
H A Dmlx4_flow.c105 VERBS_IPV4 = IBV_RX_HASH_SRC_IPV4 | IBV_RX_HASH_DST_IPV4, in mlx4_conv_rss_types()