Searched refs:hfso (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/mlx5/mlx5_ib/ |
H A D | mlx5_ib_qp.c | 1375 void *hfso; in create_rss_raw_qp_tir() local 1439 hfso = MLX5_ADDR_OF(tirc, tirc, rx_hash_field_selector_outer); in create_rss_raw_qp_tir() 1479 MLX5_SET(rx_hash_field_select, hfso, l3_prot_type, in create_rss_raw_qp_tir() 1483 MLX5_SET(rx_hash_field_select, hfso, l3_prot_type, in create_rss_raw_qp_tir() 1497 MLX5_SET(rx_hash_field_select, hfso, l4_prot_type, in create_rss_raw_qp_tir() 1501 MLX5_SET(rx_hash_field_select, hfso, l4_prot_type, in create_rss_raw_qp_tir() 1520 MLX5_SET(rx_hash_field_select, hfso, selected_fields, selected_fields); in create_rss_raw_qp_tir()
|
/freebsd/sys/dev/mlx5/mlx5_en/ |
H A D | mlx5_en_main.c | 3005 void *hfso = MLX5_ADDR_OF(tirc, tirc, rx_hash_field_selector_outer); in mlx5e_build_tir_ctx() local 3007 void *hfs = inner_vxlan ? hfsi : hfso; in mlx5e_build_tir_ctx()
|