Searched refs:dev_handles (Results 1 – 4 of 4) sorted by relevance
| /f-stack/dpdk/drivers/net/mlx5/ |
| H A D | mlx5_flow_verbs.c | 1881 SILIST_FOREACH(priv->sh->ipool[MLX5_IPOOL_MLX5_FLOW], flow->dev_handles, in flow_verbs_remove() 1915 while (flow->dev_handles) { in flow_verbs_destroy() 1916 uint32_t tmp_idx = flow->dev_handles; in flow_verbs_destroy() 1922 flow->dev_handles = handle->next.next; in flow_verbs_destroy() 1953 uint32_t dev_handles; in flow_verbs_apply() local 2011 SILIST_FOREACH(priv->sh->ipool[MLX5_IPOOL_MLX5_FLOW], flow->dev_handles, in flow_verbs_apply() 2012 dev_handles, handle, next) { in flow_verbs_apply()
|
| H A D | mlx5_flow.c | 1065 SILIST_FOREACH(priv->sh->ipool[MLX5_IPOOL_MLX5_FLOW], flow->dev_handles, in flow_rxq_flags_set() 1144 SILIST_FOREACH(priv->sh->ipool[MLX5_IPOOL_MLX5_FLOW], flow->dev_handles, in flow_rxq_flags_trim() 2831 SILIST_FOREACH(priv->sh->ipool[MLX5_IPOOL_MLX5_FLOW], flow->dev_handles, in flow_mreg_split_qrss_release() 4093 SILIST_INSERT(&flow->dev_handles, dev_flow->handle_idx, in flow_create_split_inner() 5336 flow->dev_handles = 0; in flow_list_create() 5394 SILIST_INSERT(&flow->dev_handles, dev_flow->handle_idx, in flow_list_create() 7309 SILIST_INSERT(&flow->dev_handles, dev_flow->handle_idx, in flow_tunnel_add_default_miss()
|
| H A D | mlx5_flow.h | 1033 uint32_t dev_handles; member
|
| H A D | mlx5_flow_dv.c | 10796 SILIST_FOREACH(priv->sh->ipool[MLX5_IPOOL_MLX5_FLOW], flow->dev_handles, in flow_dv_apply() 11208 handle_idx = flow->dev_handles; in flow_dv_remove() 11259 while (flow->dev_handles) { in flow_dv_destroy() 11260 uint32_t tmp_idx = flow->dev_handles; in flow_dv_destroy() 11266 flow->dev_handles = dev_handle->next.next; in flow_dv_destroy()
|