Searched refs:hfso (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.4/drivers/infiniband/hw/mlx5/ |
D | qp.c | 1600 void *hfso; in create_rss_raw_qp_tir() local 1692 hfso = MLX5_ADDR_OF(tirc, tirc, rx_hash_field_selector_outer); in create_rss_raw_qp_tir() 1700 hfso = MLX5_ADDR_OF(tirc, tirc, rx_hash_field_selector_inner); in create_rss_raw_qp_tir() 1702 hfso = MLX5_ADDR_OF(tirc, tirc, rx_hash_field_selector_outer); in create_rss_raw_qp_tir() 1743 MLX5_SET(rx_hash_field_select, hfso, l3_prot_type, in create_rss_raw_qp_tir() 1747 MLX5_SET(rx_hash_field_select, hfso, l3_prot_type, in create_rss_raw_qp_tir() 1765 MLX5_SET(rx_hash_field_select, hfso, l4_prot_type, in create_rss_raw_qp_tir() 1769 MLX5_SET(rx_hash_field_select, hfso, l4_prot_type, in create_rss_raw_qp_tir() 1791 MLX5_SET(rx_hash_field_select, hfso, selected_fields, selected_fields); in create_rss_raw_qp_tir()
|
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/ |
D | en_main.c | 2694 void *hfso = inner ? MLX5_ADDR_OF(tirc, tirc, rx_hash_field_selector_inner) : in mlx5e_build_indir_tir_ctx_hash() local 2707 MLX5_SET(rx_hash_field_select, hfso, l3_prot_type, in mlx5e_build_indir_tir_ctx_hash() 2709 MLX5_SET(rx_hash_field_select, hfso, l4_prot_type, in mlx5e_build_indir_tir_ctx_hash() 2711 MLX5_SET(rx_hash_field_select, hfso, selected_fields, in mlx5e_build_indir_tir_ctx_hash()
|