Home
last modified time | relevance | path

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

/dpdk/drivers/net/mlx4/
H A Dmlx4_glue.h32 struct ibv_pd *(*alloc_pd)(struct ibv_context *context); member
H A Dmlx4_glue.c247 .alloc_pd = mlx4_glue_alloc_pd,
H A Dmlx4.c957 pd = mlx4_glue->alloc_pd(ctx); in mlx4_pci_probe()
/dpdk/drivers/common/mlx5/linux/
H A Dmlx5_glue.h152 struct ibv_pd *(*alloc_pd)(struct ibv_context *context); member
H A Dmlx5_common_os.c479 cdev->pd = mlx5_glue->alloc_pd(cdev->ctx); in mlx5_os_pd_create()
H A Dmlx5_glue.c1441 .alloc_pd = mlx5_glue_alloc_pd,