Searched refs:selected_fields (Results 1 – 8 of 8) sorted by relevance
| /dpdk/drivers/net/ena/ |
| H A D | ena_rss.c | 338 selected_fields[ENA_ADMIN_RSS_TCP4].fields = in ena_set_hash_fields() 342 selected_fields[ENA_ADMIN_RSS_UDP4].fields = in ena_set_hash_fields() 346 selected_fields[ENA_ADMIN_RSS_TCP6].fields = in ena_set_hash_fields() 350 selected_fields[ENA_ADMIN_RSS_UDP6].fields = in ena_set_hash_fields() 354 selected_fields[ENA_ADMIN_RSS_IP4].fields = in ena_set_hash_fields() 358 selected_fields[ENA_ADMIN_RSS_IP6].fields = in ena_set_hash_fields() 366 selected_fields[ENA_ADMIN_RSS_NOT_IP].fields = in ena_set_hash_fields() 370 selected_fields[ENA_ADMIN_RSS_TCP6_EX].fields = in ena_set_hash_fields() 374 selected_fields[ENA_ADMIN_RSS_IP6_EX].fields = in ena_set_hash_fields() 381 selected_fields[i].fields); in ena_set_hash_fields() [all …]
|
| /dpdk/drivers/net/ena/base/ |
| H A D | ena_com.c | 2490 *fields = rss->hash_ctrl->selected_fields[proto].fields; in ena_com_get_hash_ctrl() 2554 hash_ctrl->selected_fields[ENA_ADMIN_RSS_TCP4].fields = in ena_com_set_default_hash_ctrl() 2558 hash_ctrl->selected_fields[ENA_ADMIN_RSS_UDP4].fields = in ena_com_set_default_hash_ctrl() 2562 hash_ctrl->selected_fields[ENA_ADMIN_RSS_TCP6].fields = in ena_com_set_default_hash_ctrl() 2566 hash_ctrl->selected_fields[ENA_ADMIN_RSS_UDP6].fields = in ena_com_set_default_hash_ctrl() 2570 hash_ctrl->selected_fields[ENA_ADMIN_RSS_IP4].fields = in ena_com_set_default_hash_ctrl() 2573 hash_ctrl->selected_fields[ENA_ADMIN_RSS_IP6].fields = in ena_com_set_default_hash_ctrl() 2579 hash_ctrl->selected_fields[ENA_ADMIN_RSS_NOT_IP].fields = in ena_com_set_default_hash_ctrl() 2583 available_fields = hash_ctrl->selected_fields[i].fields & in ena_com_set_default_hash_ctrl() 2588 hash_ctrl->selected_fields[i].fields); in ena_com_set_default_hash_ctrl() [all …]
|
| /dpdk/drivers/vdpa/mlx5/ |
| H A D | mlx5_vdpa_steer.c | 197 tir_att.rx_hash_field_selector_outer.selected_fields = in mlx5_vdpa_rss_flows_create()
|
| /dpdk/drivers/common/mlx5/ |
| H A D | mlx5_devx_cmds.c | 1449 MLX5_SET(rx_hash_field_select, outer, selected_fields, in mlx5_devx_cmd_create_tir() 1450 tir_attr->rx_hash_field_selector_outer.selected_fields); in mlx5_devx_cmd_create_tir() 1456 MLX5_SET(rx_hash_field_select, inner, selected_fields, in mlx5_devx_cmd_create_tir() 1457 tir_attr->rx_hash_field_selector_inner.selected_fields); in mlx5_devx_cmd_create_tir() 1528 (rx_hash_field_select, outer, selected_fields, in mlx5_devx_cmd_modify_tir() 1529 tir_attr->rx_hash_field_selector_outer.selected_fields); in mlx5_devx_cmd_modify_tir() 1537 (rx_hash_field_select, inner, selected_fields, in mlx5_devx_cmd_modify_tir() 1538 tir_attr->rx_hash_field_selector_inner.selected_fields); in mlx5_devx_cmd_modify_tir()
|
| H A D | mlx5_devx_cmds.h | 345 uint32_t selected_fields:30; member
|
| H A D | mlx5_prm.h | 2440 u8 selected_fields[0x1e]; member
|
| /dpdk/drivers/net/ena/base/ena_defs/ |
| H A D | ena_admin_defs.h | 793 struct ena_admin_proto_input selected_fields[ENA_ADMIN_RSS_PROTO_NUM]; member
|
| /dpdk/drivers/net/mlx5/ |
| H A D | mlx5_devx.c | 760 rx_hash_field_select->selected_fields = in mlx5_devx_tir_attr_set()
|