Searched refs:selected_fields (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/amazon/ena/ |
D | ena_com.c | 2148 *fields = rss->hash_ctrl->selected_fields[proto].fields; in ena_com_get_hash_ctrl() 2212 hash_ctrl->selected_fields[ENA_ADMIN_RSS_TCP4].fields = in ena_com_set_default_hash_ctrl() 2216 hash_ctrl->selected_fields[ENA_ADMIN_RSS_UDP4].fields = in ena_com_set_default_hash_ctrl() 2220 hash_ctrl->selected_fields[ENA_ADMIN_RSS_TCP6].fields = in ena_com_set_default_hash_ctrl() 2224 hash_ctrl->selected_fields[ENA_ADMIN_RSS_UDP6].fields = in ena_com_set_default_hash_ctrl() 2228 hash_ctrl->selected_fields[ENA_ADMIN_RSS_IP4].fields = in ena_com_set_default_hash_ctrl() 2231 hash_ctrl->selected_fields[ENA_ADMIN_RSS_IP6].fields = in ena_com_set_default_hash_ctrl() 2234 hash_ctrl->selected_fields[ENA_ADMIN_RSS_IP4_FRAG].fields = in ena_com_set_default_hash_ctrl() 2237 hash_ctrl->selected_fields[ENA_ADMIN_RSS_NOT_IP].fields = in ena_com_set_default_hash_ctrl() 2241 available_fields = hash_ctrl->selected_fields[i].fields & in ena_com_set_default_hash_ctrl() [all …]
|
D | ena_admin_defs.h | 670 struct ena_admin_proto_input selected_fields[ENA_ADMIN_RSS_PROTO_NUM]; member
|
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/ |
D | en_main.c | 2640 MLX5_SET(rx_hash_field_select, hfso, selected_fields, in mlx5e_build_indir_tir_ctx_hash() 2649 MLX5_SET(rx_hash_field_select, hfso, selected_fields, in mlx5e_build_indir_tir_ctx_hash() 2658 MLX5_SET(rx_hash_field_select, hfso, selected_fields, in mlx5e_build_indir_tir_ctx_hash() 2667 MLX5_SET(rx_hash_field_select, hfso, selected_fields, in mlx5e_build_indir_tir_ctx_hash() 2674 MLX5_SET(rx_hash_field_select, hfso, selected_fields, in mlx5e_build_indir_tir_ctx_hash() 2681 MLX5_SET(rx_hash_field_select, hfso, selected_fields, in mlx5e_build_indir_tir_ctx_hash() 2688 MLX5_SET(rx_hash_field_select, hfso, selected_fields, in mlx5e_build_indir_tir_ctx_hash() 2695 MLX5_SET(rx_hash_field_select, hfso, selected_fields, in mlx5e_build_indir_tir_ctx_hash() 2702 MLX5_SET(rx_hash_field_select, hfso, selected_fields, in mlx5e_build_indir_tir_ctx_hash() 2709 MLX5_SET(rx_hash_field_select, hfso, selected_fields, in mlx5e_build_indir_tir_ctx_hash()
|
/Linux-v4.19/drivers/infiniband/hw/mlx5/ |
D | qp.c | 1407 u32 selected_fields = 0; in create_rss_raw_qp_tir() local 1563 selected_fields |= MLX5_HASH_FIELD_SEL_SRC_IP; in create_rss_raw_qp_tir() 1567 selected_fields |= MLX5_HASH_FIELD_SEL_DST_IP; in create_rss_raw_qp_tir() 1571 selected_fields |= MLX5_HASH_FIELD_SEL_L4_SPORT; in create_rss_raw_qp_tir() 1575 selected_fields |= MLX5_HASH_FIELD_SEL_L4_DPORT; in create_rss_raw_qp_tir() 1578 selected_fields |= MLX5_HASH_FIELD_SEL_IPSEC_SPI; in create_rss_raw_qp_tir() 1580 MLX5_SET(rx_hash_field_select, hfso, selected_fields, selected_fields); in create_rss_raw_qp_tir()
|
/Linux-v4.19/include/linux/mlx5/ |
D | mlx5_ifc.h | 1238 u8 selected_fields[0x1e]; member
|