Home
last modified time | relevance | path

Searched refs:hrxqs (Results 1 – 6 of 6) sorted by relevance

/dpdk/drivers/net/mlx5/
H A Dmlx5_flow_dv.c14127 return hrxqs[0]; in flow_dv_action_rss_hrxq_lookup()
14133 return hrxqs[1]; in flow_dv_action_rss_hrxq_lookup()
14139 return hrxqs[2]; in flow_dv_action_rss_hrxq_lookup()
14145 return hrxqs[3]; in flow_dv_action_rss_hrxq_lookup()
14151 return hrxqs[4]; in flow_dv_action_rss_hrxq_lookup()
14157 return hrxqs[5]; in flow_dv_action_rss_hrxq_lookup()
14159 return hrxqs[6]; in flow_dv_action_rss_hrxq_lookup()
14161 return hrxqs[7]; in flow_dv_action_rss_hrxq_lookup()
14163 return hrxqs[8]; in flow_dv_action_rss_hrxq_lookup()
14165 return hrxqs[9]; in flow_dv_action_rss_hrxq_lookup()
[all …]
H A Dmlx5_rxq.c3012 entry = mlx5_list_register(priv->hrxqs, &ctx); in mlx5_hrxq_get()
3038 return mlx5_list_unregister(priv->hrxqs, &hrxq->entry); in mlx5_hrxq_obj_release()
3146 return mlx5_list_get_entry_num(priv->hrxqs); in mlx5_hrxq_verify()
H A Dmlx5.c1941 if (priv->hrxqs) in mlx5_dev_close()
1942 mlx5_list_destroy(priv->hrxqs); in mlx5_dev_close()
H A Dmlx5.h1484 struct mlx5_list *hrxqs; /* Hash Rx queues. */ member
/dpdk/drivers/net/mlx5/linux/
H A Dmlx5_os.c1541 priv->hrxqs = mlx5_list_create("hrxq", eth_dev, true, in mlx5_dev_spawn()
1547 if (!priv->hrxqs) in mlx5_dev_spawn()
1633 if (priv->hrxqs) in mlx5_dev_spawn()
1634 mlx5_list_destroy(priv->hrxqs); in mlx5_dev_spawn()
/dpdk/drivers/net/mlx5/windows/
H A Dmlx5_os.c519 priv->hrxqs = mlx5_list_create("hrxq", eth_dev, true, in mlx5_dev_spawn()