Searched refs:hfso (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/en/ |
H A D | tir.c | 114 void *hfso; in mlx5e_tir_builder_build_rss() local 129 hfso = MLX5_ADDR_OF(tirc, tirc, rx_hash_field_selector_inner); in mlx5e_tir_builder_build_rss() 131 hfso = MLX5_ADDR_OF(tirc, tirc, rx_hash_field_selector_outer); in mlx5e_tir_builder_build_rss() 132 MLX5_SET(rx_hash_field_select, hfso, l3_prot_type, rss_tt->l3_prot_type); in mlx5e_tir_builder_build_rss() 133 MLX5_SET(rx_hash_field_select, hfso, l4_prot_type, rss_tt->l4_prot_type); in mlx5e_tir_builder_build_rss() 134 MLX5_SET(rx_hash_field_select, hfso, selected_fields, rss_tt->rx_hash_fields); in mlx5e_tir_builder_build_rss()
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx5/ |
H A D | qp.c | 1580 void *hfso; in create_rss_raw_qp_tir() local 1621 hfso = MLX5_ADDR_OF(tirc, tirc, rx_hash_field_selector_outer); in create_rss_raw_qp_tir() 1629 hfso = MLX5_ADDR_OF(tirc, tirc, rx_hash_field_selector_inner); in create_rss_raw_qp_tir() 1631 hfso = MLX5_ADDR_OF(tirc, tirc, rx_hash_field_selector_outer); in create_rss_raw_qp_tir() 1672 MLX5_SET(rx_hash_field_select, hfso, l3_prot_type, in create_rss_raw_qp_tir() 1676 MLX5_SET(rx_hash_field_select, hfso, l3_prot_type, in create_rss_raw_qp_tir() 1696 MLX5_SET(rx_hash_field_select, hfso, l4_prot_type, in create_rss_raw_qp_tir() 1700 MLX5_SET(rx_hash_field_select, hfso, l4_prot_type, in create_rss_raw_qp_tir() 1722 MLX5_SET(rx_hash_field_select, hfso, selected_fields, selected_fields); in create_rss_raw_qp_tir()
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/mlx5/ |
H A D | qp.c | 1730 void *hfso; in create_rss_raw_qp_tir() local 1771 hfso = MLX5_ADDR_OF(tirc, tirc, rx_hash_field_selector_outer); in create_rss_raw_qp_tir() 1779 hfso = MLX5_ADDR_OF(tirc, tirc, rx_hash_field_selector_inner); in create_rss_raw_qp_tir() 1781 hfso = MLX5_ADDR_OF(tirc, tirc, rx_hash_field_selector_outer); in create_rss_raw_qp_tir() 1822 MLX5_SET(rx_hash_field_select, hfso, l3_prot_type, in create_rss_raw_qp_tir() 1826 MLX5_SET(rx_hash_field_select, hfso, l3_prot_type, in create_rss_raw_qp_tir() 1846 MLX5_SET(rx_hash_field_select, hfso, l4_prot_type, in create_rss_raw_qp_tir() 1850 MLX5_SET(rx_hash_field_select, hfso, l4_prot_type, in create_rss_raw_qp_tir() 1872 MLX5_SET(rx_hash_field_select, hfso, selected_fields, selected_fields); in create_rss_raw_qp_tir()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | en_main.c | 2734 void *hfso = inner ? MLX5_ADDR_OF(tirc, tirc, rx_hash_field_selector_inner) : in mlx5e_build_indir_tir_ctx_hash() local 2747 MLX5_SET(rx_hash_field_select, hfso, l3_prot_type, in mlx5e_build_indir_tir_ctx_hash() 2749 MLX5_SET(rx_hash_field_select, hfso, l4_prot_type, in mlx5e_build_indir_tir_ctx_hash() 2751 MLX5_SET(rx_hash_field_select, hfso, selected_fields, in mlx5e_build_indir_tir_ctx_hash()
|
Completed in 22 milliseconds