Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/mlx5/
Ddevice.h851 MLX5_HASH_FIELD_SEL_DST_IP = 1 << 1, enumerator
/freebsd-12-stable/sys/dev/mlx5/mlx5_en/
Dmlx5_en_main.c2766 MLX5_HASH_FIELD_SEL_DST_IP) in mlx5e_build_tir_ctx()
2769 MLX5_HASH_FIELD_SEL_DST_IP |\ in mlx5e_build_tir_ctx()
2774 MLX5_HASH_FIELD_SEL_DST_IP |\ in mlx5e_build_tir_ctx()
/freebsd-12-stable/sys/dev/mlx5/mlx5_ib/
Dmlx5_ib_qp.c1471 selected_fields |= MLX5_HASH_FIELD_SEL_DST_IP; in create_rss_raw_qp_tir()