Home
last modified time | relevance | path

Searched refs:hrxq_idx (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5_rxq.c2214 mlx5_hrxq_modify(struct rte_eth_dev *dev, uint32_t hrxq_idx, in mlx5_hrxq_modify() argument
2223 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() local
2347 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() argument
2443 hrxq = mlx5_ipool_get(priv->sh->ipool[MLX5_IPOOL_HRXQ], hrxq_idx); in mlx5_hrxq_release()
H A Dmlx5_flow_dv.c8622 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() local
9254 uint32_t hrxq_idx; in flow_dv_create_action_sample() local
10583 hrxqs[0] = hrxq_idx; in __flow_dv_action_rss_hrxq_set()
10678 uint32_t hrxq_idx; in __flow_dv_rss_get_hrxq() local
10686 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 …]
H A Dmlx5_flow_verbs.c1966 uint32_t hrxq_idx; in flow_verbs_apply() local
1975 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()