Searched refs:hrxqs (Results 1 – 6 of 6) sorted by relevance
14127 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 …]
3012 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()
1941 if (priv->hrxqs) in mlx5_dev_close()1942 mlx5_list_destroy(priv->hrxqs); in mlx5_dev_close()
1484 struct mlx5_list *hrxqs; /* Hash Rx queues. */ member
1541 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()
519 priv->hrxqs = mlx5_list_create("hrxq", eth_dev, true, in mlx5_dev_spawn()