Home
last modified time | relevance | path

Searched refs:import_pd (Results 1 – 3 of 3) sorted by relevance

/dpdk/drivers/common/mlx5/linux/
H A Dmlx5_glue.h154 struct ibv_pd *(*import_pd)(struct ibv_context *context, member
H A Dmlx5_common_os.c499 cdev->pd = mlx5_glue->import_pd(cdev->ctx, cdev->config.pd_handle); in mlx5_os_pd_import()
H A Dmlx5_glue.c1443 .import_pd = mlx5_glue_import_pd,