Searched defs:mlx5_flow_rss_desc (Results 1 – 1 of 1) sorted by relevance
785 struct mlx5_flow_rss_desc { struct786 uint32_t level;787 uint32_t queue_num; /**< Number of entries in @p queue. */788 uint64_t types; /**< Specific RSS hash types (see ETH_RSS_*). */789 uint64_t hash_fields; /* Verbs Hash fields. */790 uint8_t key[MLX5_RSS_HASH_KEY_LEN]; /**< RSS hash key. */791 uint32_t key_len; /**< RSS hash key len. */792 uint32_t tunnel; /**< Queue in tunnel. */793 uint32_t shared_rss; /**< Shared RSS index. */794 struct mlx5_ind_table_obj *ind_tbl;[all …]