Searched refs:hfso (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/ |
D | en_main.c | 2608 void *hfso = inner ? MLX5_ADDR_OF(tirc, tirc, rx_hash_field_selector_inner) : in mlx5e_build_indir_tir_ctx_hash() local 2636 MLX5_SET(rx_hash_field_select, hfso, l3_prot_type, in mlx5e_build_indir_tir_ctx_hash() 2638 MLX5_SET(rx_hash_field_select, hfso, l4_prot_type, in mlx5e_build_indir_tir_ctx_hash() 2640 MLX5_SET(rx_hash_field_select, hfso, selected_fields, in mlx5e_build_indir_tir_ctx_hash() 2645 MLX5_SET(rx_hash_field_select, hfso, l3_prot_type, in mlx5e_build_indir_tir_ctx_hash() 2647 MLX5_SET(rx_hash_field_select, hfso, l4_prot_type, in mlx5e_build_indir_tir_ctx_hash() 2649 MLX5_SET(rx_hash_field_select, hfso, selected_fields, in mlx5e_build_indir_tir_ctx_hash() 2654 MLX5_SET(rx_hash_field_select, hfso, l3_prot_type, in mlx5e_build_indir_tir_ctx_hash() 2656 MLX5_SET(rx_hash_field_select, hfso, l4_prot_type, in mlx5e_build_indir_tir_ctx_hash() 2658 MLX5_SET(rx_hash_field_select, hfso, selected_fields, in mlx5e_build_indir_tir_ctx_hash() [all …]
|
/Linux-v4.19/drivers/infiniband/hw/mlx5/ |
D | qp.c | 1406 void *hfso; in create_rss_raw_qp_tir() local 1482 hfso = MLX5_ADDR_OF(tirc, tirc, rx_hash_field_selector_outer); in create_rss_raw_qp_tir() 1488 hfso = MLX5_ADDR_OF(tirc, tirc, rx_hash_field_selector_inner); in create_rss_raw_qp_tir() 1490 hfso = MLX5_ADDR_OF(tirc, tirc, rx_hash_field_selector_outer); in create_rss_raw_qp_tir() 1532 MLX5_SET(rx_hash_field_select, hfso, l3_prot_type, in create_rss_raw_qp_tir() 1536 MLX5_SET(rx_hash_field_select, hfso, l3_prot_type, in create_rss_raw_qp_tir() 1554 MLX5_SET(rx_hash_field_select, hfso, l4_prot_type, in create_rss_raw_qp_tir() 1558 MLX5_SET(rx_hash_field_select, hfso, l4_prot_type, in create_rss_raw_qp_tir() 1580 MLX5_SET(rx_hash_field_select, hfso, selected_fields, selected_fields); in create_rss_raw_qp_tir()
|