Home
last modified time | relevance | path

Searched refs:selected_fields (Results 1 – 6 of 6) sorted by relevance

/freebsd-13.1/sys/contrib/ena-com/
H A Dena_com.c2593 *fields = rss->hash_ctrl->selected_fields[proto].fields; in ena_com_get_hash_ctrl()
2657 hash_ctrl->selected_fields[ENA_ADMIN_RSS_TCP4].fields = in ena_com_set_default_hash_ctrl()
2661 hash_ctrl->selected_fields[ENA_ADMIN_RSS_UDP4].fields = in ena_com_set_default_hash_ctrl()
2665 hash_ctrl->selected_fields[ENA_ADMIN_RSS_TCP6].fields = in ena_com_set_default_hash_ctrl()
2669 hash_ctrl->selected_fields[ENA_ADMIN_RSS_UDP6].fields = in ena_com_set_default_hash_ctrl()
2673 hash_ctrl->selected_fields[ENA_ADMIN_RSS_IP4].fields = in ena_com_set_default_hash_ctrl()
2676 hash_ctrl->selected_fields[ENA_ADMIN_RSS_IP6].fields = in ena_com_set_default_hash_ctrl()
2682 hash_ctrl->selected_fields[ENA_ADMIN_RSS_NOT_IP].fields = in ena_com_set_default_hash_ctrl()
2686 available_fields = hash_ctrl->selected_fields[i].fields & in ena_com_set_default_hash_ctrl()
2691 hash_ctrl->selected_fields[i].fields); in ena_com_set_default_hash_ctrl()
[all …]
H A Dena_admin_defs.h672 struct ena_admin_proto_input selected_fields[ENA_ADMIN_RSS_PROTO_NUM]; member
/freebsd-13.1/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_main.c3029 MLX5_SET(rx_hash_field_select, hfs, selected_fields, in mlx5e_build_tir_ctx()
3033 MLX5_SET(rx_hash_field_select, hfs, selected_fields, in mlx5e_build_tir_ctx()
3048 MLX5_SET(rx_hash_field_select, hfs, selected_fields, in mlx5e_build_tir_ctx()
3063 MLX5_SET(rx_hash_field_select, hfs, selected_fields, in mlx5e_build_tir_ctx()
3078 MLX5_SET(rx_hash_field_select, hfs, selected_fields, in mlx5e_build_tir_ctx()
3085 MLX5_SET(rx_hash_field_select, hfs, selected_fields, in mlx5e_build_tir_ctx()
3092 MLX5_SET(rx_hash_field_select, hfs, selected_fields, in mlx5e_build_tir_ctx()
3099 MLX5_SET(rx_hash_field_select, hfs, selected_fields, in mlx5e_build_tir_ctx()
3106 MLX5_SET(rx_hash_field_select, hfs, selected_fields, in mlx5e_build_tir_ctx()
3113 MLX5_SET(rx_hash_field_select, hfs, selected_fields, in mlx5e_build_tir_ctx()
[all …]
/freebsd-13.1/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_qp.c1356 u32 selected_fields = 0; in create_rss_raw_qp_tir() local
1486 selected_fields |= MLX5_HASH_FIELD_SEL_SRC_IP; in create_rss_raw_qp_tir()
1490 selected_fields |= MLX5_HASH_FIELD_SEL_DST_IP; in create_rss_raw_qp_tir()
1494 selected_fields |= MLX5_HASH_FIELD_SEL_L4_SPORT; in create_rss_raw_qp_tir()
1498 selected_fields |= MLX5_HASH_FIELD_SEL_L4_DPORT; in create_rss_raw_qp_tir()
1500 MLX5_SET(rx_hash_field_select, hfso, selected_fields, selected_fields); in create_rss_raw_qp_tir()
/freebsd-13.1/sys/contrib/ena-com/ena_defs/
H A Dena_admin_defs.h824 struct ena_admin_proto_input selected_fields[ENA_ADMIN_RSS_PROTO_NUM]; member
/freebsd-13.1/sys/dev/mlx5/
H A Dmlx5_ifc.h1381 u8 selected_fields[0x1e]; member