Searched refs:selected_fields (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/contrib/ena-com/ |
H A D | ena_com.c | 3007 *fields = rss->hash_ctrl->selected_fields[proto].fields; in ena_com_get_hash_ctrl() 3071 hash_ctrl->selected_fields[ENA_ADMIN_RSS_TCP4].fields = in ena_com_set_default_hash_ctrl() 3075 hash_ctrl->selected_fields[ENA_ADMIN_RSS_UDP4].fields = in ena_com_set_default_hash_ctrl() 3079 hash_ctrl->selected_fields[ENA_ADMIN_RSS_TCP6].fields = in ena_com_set_default_hash_ctrl() 3083 hash_ctrl->selected_fields[ENA_ADMIN_RSS_UDP6].fields = in ena_com_set_default_hash_ctrl() 3087 hash_ctrl->selected_fields[ENA_ADMIN_RSS_IP4].fields = in ena_com_set_default_hash_ctrl() 3090 hash_ctrl->selected_fields[ENA_ADMIN_RSS_IP6].fields = in ena_com_set_default_hash_ctrl() 3093 hash_ctrl->selected_fields[ENA_ADMIN_RSS_IP4_FRAG].fields = in ena_com_set_default_hash_ctrl() 3096 hash_ctrl->selected_fields[ENA_ADMIN_RSS_NOT_IP].fields = in ena_com_set_default_hash_ctrl() 3100 available_fields = hash_ctrl->selected_fields[i].fields & in ena_com_set_default_hash_ctrl() [all …]
|
/freebsd/sys/dev/mlx5/mlx5_en/ |
H A D | mlx5_en_main.c | 3076 MLX5_SET(rx_hash_field_select, hfs, selected_fields, in mlx5e_build_tir_ctx() 3080 MLX5_SET(rx_hash_field_select, hfs, selected_fields, in mlx5e_build_tir_ctx() 3091 MLX5_SET(rx_hash_field_select, hfs, selected_fields, in mlx5e_build_tir_ctx() 3095 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() 3110 MLX5_SET(rx_hash_field_select, hfs, selected_fields, in mlx5e_build_tir_ctx() 3121 MLX5_SET(rx_hash_field_select, hfs, selected_fields, in mlx5e_build_tir_ctx() 3125 MLX5_SET(rx_hash_field_select, hfs, selected_fields, in mlx5e_build_tir_ctx() 3132 MLX5_SET(rx_hash_field_select, hfs, selected_fields, in mlx5e_build_tir_ctx() 3139 MLX5_SET(rx_hash_field_select, hfs, selected_fields, in mlx5e_build_tir_ctx() [all …]
|
/freebsd/sys/dev/mlx5/mlx5_ib/ |
H A D | mlx5_ib_qp.c | 1376 u32 selected_fields = 0; in create_rss_raw_qp_tir() local 1506 selected_fields |= MLX5_HASH_FIELD_SEL_SRC_IP; in create_rss_raw_qp_tir() 1510 selected_fields |= MLX5_HASH_FIELD_SEL_DST_IP; in create_rss_raw_qp_tir() 1514 selected_fields |= MLX5_HASH_FIELD_SEL_L4_SPORT; in create_rss_raw_qp_tir() 1518 selected_fields |= MLX5_HASH_FIELD_SEL_L4_DPORT; 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/contrib/ena-com/ena_defs/ |
H A D | ena_admin_defs.h | 940 struct ena_admin_proto_input selected_fields[ENA_ADMIN_RSS_PROTO_NUM]; member
|
/freebsd/sys/dev/mlx5/ |
H A D | mlx5_ifc.h | 1746 u8 selected_fields[0x1e]; member
|