Searched refs:hrxq_idx (Results 1 – 3 of 3) sorted by relevance
2214 mlx5_hrxq_modify(struct rte_eth_dev *dev, uint32_t hrxq_idx, in mlx5_hrxq_modify() argument2223 mlx5_ipool_get(priv->sh->ipool[MLX5_IPOOL_HRXQ], hrxq_idx); in mlx5_hrxq_modify()2335 uint32_t hrxq_idx = 0; in __mlx5_hrxq_create() local2347 hrxq = mlx5_ipool_zmalloc(priv->sh->ipool[MLX5_IPOOL_HRXQ], &hrxq_idx); in __mlx5_hrxq_create()2351 hrxq->idx = hrxq_idx; in __mlx5_hrxq_create()2364 mlx5_ipool_free(priv->sh->ipool[MLX5_IPOOL_HRXQ], hrxq_idx); in __mlx5_hrxq_create()2438 int mlx5_hrxq_release(struct rte_eth_dev *dev, uint32_t hrxq_idx) in mlx5_hrxq_release() argument2443 hrxq = mlx5_ipool_get(priv->sh->ipool[MLX5_IPOOL_HRXQ], hrxq_idx); in mlx5_hrxq_release()
8622 if (!*hrxq_idx) in flow_dv_hrxq_prepare()8625 *hrxq_idx); in flow_dv_hrxq_prepare()9059 uint32_t hrxq_idx; in flow_dv_translate_action_sample() local9254 uint32_t hrxq_idx; in flow_dv_create_action_sample() local10583 hrxqs[0] = hrxq_idx; in __flow_dv_action_rss_hrxq_set()10678 uint32_t hrxq_idx; in __flow_dv_rss_get_hrxq() local10686 if (hrxq_idx) in __flow_dv_rss_get_hrxq()10691 &hrxq_idx); in __flow_dv_rss_get_hrxq()10693 return hrxq_idx; in __flow_dv_rss_get_hrxq()11382 uint32_t hrxq_idx; in __flow_dv_action_rss_setup() local[all …]
1966 uint32_t hrxq_idx; in flow_verbs_apply() local1975 hrxq_idx = mlx5_hrxq_get(dev, rss_desc); in flow_verbs_apply()1977 hrxq_idx); in flow_verbs_apply()1985 handle->rix_hrxq = hrxq_idx; in flow_verbs_apply()