Searched refs:dev_handles (Results 1 – 4 of 4) sorted by relevance
| /dpdk/drivers/net/mlx5/ |
| H A D | mlx5_flow_verbs.c | 1903 SILIST_FOREACH(priv->sh->ipool[MLX5_IPOOL_MLX5_FLOW], flow->dev_handles, in flow_verbs_remove() 1937 while (flow->dev_handles) { in flow_verbs_destroy() 1938 uint32_t tmp_idx = flow->dev_handles; in flow_verbs_destroy() 1944 flow->dev_handles = handle->next.next; in flow_verbs_destroy() 1975 uint32_t dev_handles; in flow_verbs_apply() local 2030 SILIST_FOREACH(priv->sh->ipool[MLX5_IPOOL_MLX5_FLOW], flow->dev_handles, in flow_verbs_apply() 2031 dev_handles, handle, next) { in flow_verbs_apply()
|
| H A D | mlx5_flow.c | 1473 SILIST_FOREACH(priv->sh->ipool[MLX5_IPOOL_MLX5_FLOW], flow->dev_handles, in flow_rxq_flags_set() 1558 SILIST_FOREACH(priv->sh->ipool[MLX5_IPOOL_MLX5_FLOW], flow->dev_handles, in flow_rxq_flags_trim() 5148 SILIST_INSERT(&flow->dev_handles, dev_flow->handle_idx, in flow_create_split_inner() 6952 flow->dev_handles = 0; in flow_list_create() 7013 SILIST_INSERT(&flow->dev_handles, dev_flow->handle_idx, in flow_list_create() 9354 handle_idx = flow->dev_handles; in mlx5_flow_dev_dump_ipool() 9564 handle_idx = flow->dev_handles; in mlx5_flow_dev_dump() 10112 SILIST_INSERT(&flow->dev_handles, dev_flow->handle_idx, in flow_tunnel_add_default_miss()
|
| H A D | mlx5_flow.h | 1004 uint32_t dev_handles; member
|
| H A D | mlx5_flow_dv.c | 14304 SILIST_FOREACH(priv->sh->ipool[MLX5_IPOOL_MLX5_FLOW], flow->dev_handles, in flow_dv_apply() 14714 handle_idx = flow->dev_handles; in flow_dv_remove() 14771 while (flow->dev_handles) { in flow_dv_destroy() 14772 uint32_t tmp_idx = flow->dev_handles; in flow_dv_destroy() 14778 flow->dev_handles = dev_handle->next.next; in flow_dv_destroy()
|