Home
last modified time | relevance | path

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

/freebsd/sys/contrib/ena-com/
H A Dena_com.c3007 *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 Dmlx5_en_main.c3096 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()
3109 MLX5_SET(rx_hash_field_select, hfs, selected_fields, in mlx5e_build_tir_ctx()
3112 MLX5_SET(rx_hash_field_select, hfs, selected_fields, in mlx5e_build_tir_ctx()
3122 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()
3135 MLX5_SET(rx_hash_field_select, hfs, selected_fields, in mlx5e_build_tir_ctx()
3138 MLX5_SET(rx_hash_field_select, hfs, selected_fields,
3145 MLX5_SET(rx_hash_field_select, hfs, selected_fields, in mlx5e_open_tir()
3152 MLX5_SET(rx_hash_field_select, hfs, selected_fields, in mlx5e_open_tir()
[all...]
/freebsd/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_qp.c1376 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 Dena_admin_defs.h940 struct ena_admin_proto_input selected_fields[ENA_ADMIN_RSS_PROTO_NUM]; member
/freebsd/sys/dev/mlx5/
H A Dmlx5_ifc.h1746 u8 selected_fields[0x1e]; member