Home
last modified time | relevance | path

Searched refs:mlx5_ipool_zmalloc (Results 1 – 7 of 7) sorted by relevance

/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5_utils.h668 void *mlx5_ipool_zmalloc(struct mlx5_indexed_pool *pool, uint32_t *idx);
H A Dmlx5_utils.c615 mlx5_ipool_zmalloc(struct mlx5_indexed_pool *pool, uint32_t *idx) in mlx5_ipool_zmalloc() function
1039 e_tbl = mlx5_ipool_zmalloc(tbl->eip, &tbl_idx); in __l3t_set_entry()
H A Dmlx5_flow_dv.c2828 cache_resource = mlx5_ipool_zmalloc(sh->ipool[MLX5_IPOOL_DECAP_ENCAP], in flow_dv_encap_decap_create_cb()
2979 cache = mlx5_ipool_zmalloc(sh->ipool[MLX5_IPOOL_PORT_ID], &idx); in flow_dv_port_id_create_cb()
3065 cache = mlx5_ipool_zmalloc(sh->ipool[MLX5_IPOOL_PUSH_VLAN], &idx); in flow_dv_push_vlan_create_cb()
6227 dev_handle = mlx5_ipool_zmalloc(priv->sh->ipool[MLX5_IPOOL_MLX5_FLOW], in flow_dv_prepare()
7981 tbl_data = mlx5_ipool_zmalloc(sh->ipool[MLX5_IPOOL_JUMP], &idx); in flow_dv_tbl_create_cb()
8290 entry = mlx5_ipool_zmalloc(sh->ipool[MLX5_IPOOL_TAG], &idx); in flow_dv_tag_create_cb()
8715 cache_resource = mlx5_ipool_zmalloc(sh->ipool[MLX5_IPOOL_SAMPLE], &idx); in flow_dv_sample_create_cb()
8876 cache_resource = mlx5_ipool_zmalloc(sh->ipool[MLX5_IPOOL_DEST_ARRAY], in flow_dv_dest_array_create_cb()
11446 shared_action = mlx5_ipool_zmalloc in __flow_dv_action_rss_create()
H A Dmlx5_flow_meter.c652 fm = mlx5_ipool_zmalloc(priv->sh->ipool[MLX5_IPOOL_MTR], &idx); in mlx5_flow_meter_create()
H A Dmlx5_flow_verbs.c1649 dev_handle = mlx5_ipool_zmalloc(priv->sh->ipool[MLX5_IPOOL_MLX5_FLOW], in flow_verbs_prepare()
H A Dmlx5_flow.c3672 mcp_res = mlx5_ipool_zmalloc(priv->sh->ipool[MLX5_IPOOL_MCP], &idx); in flow_dv_mreg_create_cb()
5304 flow = mlx5_ipool_zmalloc(priv->sh->ipool[MLX5_IPOOL_RTE_FLOW], &idx); in flow_list_create()
7510 tunnel = mlx5_ipool_zmalloc(ipool, &id); in mlx5_flow_tunnel_allocate()
H A Dmlx5_rxq.c2347 hrxq = mlx5_ipool_zmalloc(priv->sh->ipool[MLX5_IPOOL_HRXQ], &hrxq_idx); in __mlx5_hrxq_create()