Searched refs:selected_fields (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/sys/contrib/ena-com/ |
| H A D | ena_com.c | 2375 *fields = rss->hash_ctrl->selected_fields[proto].fields; in ena_com_get_hash_ctrl() 2439 hash_ctrl->selected_fields[ENA_ADMIN_RSS_TCP4].fields = in ena_com_set_default_hash_ctrl() 2443 hash_ctrl->selected_fields[ENA_ADMIN_RSS_UDP4].fields = in ena_com_set_default_hash_ctrl() 2447 hash_ctrl->selected_fields[ENA_ADMIN_RSS_TCP6].fields = in ena_com_set_default_hash_ctrl() 2451 hash_ctrl->selected_fields[ENA_ADMIN_RSS_UDP6].fields = in ena_com_set_default_hash_ctrl() 2455 hash_ctrl->selected_fields[ENA_ADMIN_RSS_IP4].fields = in ena_com_set_default_hash_ctrl() 2458 hash_ctrl->selected_fields[ENA_ADMIN_RSS_IP6].fields = in ena_com_set_default_hash_ctrl() 2464 hash_ctrl->selected_fields[ENA_ADMIN_RSS_NOT_IP].fields = in ena_com_set_default_hash_ctrl() 2468 available_fields = hash_ctrl->selected_fields[i].fields & in ena_com_set_default_hash_ctrl() 2473 hash_ctrl->selected_fields[i].fields); in ena_com_set_default_hash_ctrl() [all …]
|
| H A D | ena_admin_defs.h | 672 struct ena_admin_proto_input selected_fields[ENA_ADMIN_RSS_PROTO_NUM]; member
|
| /freebsd-12.1/sys/dev/mlx5/mlx5_en/ |
| H A D | mlx5_en_main.c | 2769 MLX5_SET(rx_hash_field_select, hfso, selected_fields, in mlx5e_build_tir_ctx() 2773 MLX5_SET(rx_hash_field_select, hfso, selected_fields, in mlx5e_build_tir_ctx() 2788 MLX5_SET(rx_hash_field_select, hfso, selected_fields, in mlx5e_build_tir_ctx() 2803 MLX5_SET(rx_hash_field_select, hfso, selected_fields, in mlx5e_build_tir_ctx() 2818 MLX5_SET(rx_hash_field_select, hfso, selected_fields, in mlx5e_build_tir_ctx() 2825 MLX5_SET(rx_hash_field_select, hfso, selected_fields, in mlx5e_build_tir_ctx() 2832 MLX5_SET(rx_hash_field_select, hfso, selected_fields, in mlx5e_build_tir_ctx() 2839 MLX5_SET(rx_hash_field_select, hfso, selected_fields, in mlx5e_build_tir_ctx() 2846 MLX5_SET(rx_hash_field_select, hfso, selected_fields, in mlx5e_build_tir_ctx() 2853 MLX5_SET(rx_hash_field_select, hfso, selected_fields, in mlx5e_build_tir_ctx() [all …]
|
| /freebsd-12.1/sys/dev/mlx5/mlx5_ib/ |
| H A D | mlx5_ib_qp.c | 1337 u32 selected_fields = 0; in create_rss_raw_qp_tir() local 1467 selected_fields |= MLX5_HASH_FIELD_SEL_SRC_IP; in create_rss_raw_qp_tir() 1471 selected_fields |= MLX5_HASH_FIELD_SEL_DST_IP; in create_rss_raw_qp_tir() 1475 selected_fields |= MLX5_HASH_FIELD_SEL_L4_SPORT; in create_rss_raw_qp_tir() 1479 selected_fields |= MLX5_HASH_FIELD_SEL_L4_DPORT; in create_rss_raw_qp_tir() 1481 MLX5_SET(rx_hash_field_select, hfso, selected_fields, selected_fields); in create_rss_raw_qp_tir()
|
| /freebsd-12.1/sys/contrib/ena-com/ena_defs/ |
| H A D | ena_admin_defs.h | 742 struct ena_admin_proto_input selected_fields[ENA_ADMIN_RSS_PROTO_NUM]; member
|
| /freebsd-12.1/sys/dev/mlx5/ |
| H A D | mlx5_ifc.h | 1332 u8 selected_fields[0x1e]; member
|