Home
last modified time | relevance | path

Searched refs:pdn (Results 1 – 25 of 47) sorted by relevance

12

/freebsd-12-stable/sys/dev/mlx5/mlx5_core/
Dmlx5_pd.c33 int mlx5_core_alloc_pd(struct mlx5_core_dev *dev, u32 *pdn) in mlx5_core_alloc_pd() argument
45 *pdn = MLX5_GET(alloc_pd_out, out, pd); in mlx5_core_alloc_pd()
50 int mlx5_core_dealloc_pd(struct mlx5_core_dev *dev, u32 pdn) in mlx5_core_dealloc_pd() argument
56 MLX5_SET(dealloc_pd_in, in, pd, pdn); in mlx5_core_dealloc_pd()
Dmlx5_mr.c185 int mlx5_core_create_psv(struct mlx5_core_dev *dev, u32 pdn, in mlx5_core_create_psv() argument
196 MLX5_SET(create_psv_in, in, pd, pdn); in mlx5_core_create_psv()
/freebsd-12-stable/sys/dev/mlx4/mlx4_core/
Dmlx4_pd.c47 int mlx4_pd_alloc(struct mlx4_dev *dev, u32 *pdn) in mlx4_pd_alloc() argument
51 *pdn = mlx4_bitmap_alloc(&priv->pd_bitmap); in mlx4_pd_alloc()
52 if (*pdn == -1) in mlx4_pd_alloc()
59 void mlx4_pd_free(struct mlx4_dev *dev, u32 pdn) in mlx4_pd_free() argument
61 mlx4_bitmap_free(&mlx4_priv(dev)->pd_bitmap, pdn, MLX4_USE_RR); in mlx4_pd_free()
Dmlx4_srq.c162 int mlx4_srq_alloc(struct mlx4_dev *dev, u32 pdn, u32 cqn, u16 xrcd, in mlx4_srq_alloc() argument
198 srq_context->pd = cpu_to_be32(pdn); in mlx4_srq_alloc()
/freebsd-12-stable/sys/dev/mthca/
Dmthca_user.h59 __u32 pdn; member
75 __u32 pdn; member
Dmthca_cq.c774 struct mthca_ucontext *ctx, u32 pdn, in mthca_init_cq() argument
838 cq_context->pd = cpu_to_be32(pdn); in mthca_init_cq()
/freebsd-12-stable/sys/ofed/include/uapi/rdma/
Dmthca-abi.h62 __u32 pdn; member
79 __u32 pdn; member
Dmlx4-abi.h78 __u32 pdn; member
Dmlx5-abi.h117 __u32 pdn; member
/freebsd-12-stable/sys/dev/mlx4/mlx4_ib/
Dmlx4_ib_mr.c70 err = mlx4_mr_alloc(to_mdev(pd->device)->dev, to_mpd(pd)->pdn, 0, in mlx4_ib_get_dma_mr()
163 err = mlx4_mr_alloc(dev->dev, to_mpd(pd)->pdn, virt_addr, length, in mlx4_ib_reg_user_mr()
214 to_mpd(pd)->pdn); in mlx4_ib_rereg_user_mr()
354 err = mlx4_mw_alloc(dev->dev, to_mpd(pd)->pdn, in mlx4_ib_alloc_mw()
402 err = mlx4_mr_alloc(dev->dev, to_mpd(pd)->pdn, 0, 0, 0, in mlx4_ib_alloc_mr()
442 err = mlx4_fmr_alloc(dev->dev, to_mpd(pd)->pdn, convert_access(acc), in mlx4_ib_fmr_alloc()
Dmlx4_ib_ah.c50 ah->av.ib.port_pd = cpu_to_be32(to_mpd(pd)->pdn | (ah_attr->port_num << 24)); in create_ib_ah()
105 ah->av.eth.port_pd = cpu_to_be32(to_mpd(pd)->pdn | (ah_attr->port_num << 24)); in create_iboe_ah()
/freebsd-12-stable/sys/dev/mlx5/mlx5_fpga/
Dmlx5fpga_conn.c222 static int mlx5_fpga_conn_create_mkey(struct mlx5_core_dev *mdev, u32 pdn, in mlx5_fpga_conn_create_mkey() argument
239 MLX5_SET(mkc, mkc, pd, pdn); in mlx5_fpga_conn_create_mkey()
583 MLX5_SET(qpc, qpc, pd, fdev->conn_res.pdn); in mlx5_fpga_conn_create_qp()
692 MLX5_SET(qpc, qpc, pd, conn->fdev->conn_res.pdn); in mlx5_fpga_conn_init_qp()
1009 err = mlx5_core_alloc_pd(fdev->mdev, &fdev->conn_res.pdn); in mlx5_fpga_conn_device_init()
1014 mlx5_fpga_dbg(fdev, "Allocated PD %u\n", fdev->conn_res.pdn); in mlx5_fpga_conn_device_init()
1016 err = mlx5_fpga_conn_create_mkey(fdev->mdev, fdev->conn_res.pdn, in mlx5_fpga_conn_device_init()
1027 mlx5_core_dealloc_pd(fdev->mdev, fdev->conn_res.pdn); in mlx5_fpga_conn_device_init()
1039 mlx5_core_dealloc_pd(fdev->mdev, fdev->conn_res.pdn); in mlx5_fpga_conn_device_cleanup()
Dcore.h71 u32 pdn; member
/freebsd-12-stable/contrib/gcc/
Dgdbinit.in70 define pdn
75 document pdn
/freebsd-12-stable/contrib/ofed/libmlx4/
Dmlx4-abi.h69 __u32 pdn; member
Dverbs.c210 pd->pdn = resp.pdn; in mlx4_alloc_pd()
1200 ah->av.port_pd = htobe32(to_mpd(pd)->pdn | (attr->port_num << 24)); in mlx4_create_ah()
/freebsd-12-stable/sys/dev/mlx5/mlx5_ib/
Dmlx5_ib_mr.c506 MLX5_SET(mkc, mkc, pd, to_mpd(pd)->pdn); in mlx5_ib_get_dma_mr()
728 mr->mmkey.pd = to_mpd(pd)->pdn; in reg_umr()
917 MLX5_SET(mkc, mkc, pd, to_mpd(pd)->pdn); in reg_create()
1203 mr->mmkey.pd = to_mpd(pd)->pdn; in mlx5_ib_rereg_user_mr()
1376 MLX5_SET(mkc, mkc, pd, to_mpd(pd)->pdn); in mlx5_ib_alloc_mr()
1409 err = mlx5_core_create_psv(dev->mdev, to_mpd(pd)->pdn, in mlx5_ib_alloc_mr()
1504 MLX5_SET(mkc, mkc, pd, to_mpd(pd)->pdn); in mlx5_ib_alloc_mw()
/freebsd-12-stable/sys/gnu/dts/arm64/socionext/
Duniphier-ld20-global.dts117 pdn-gpios = <&gpio UNIPHIER_GPIO_PORT(0, 1) GPIO_ACTIVE_LOW>;
Duniphier-ld11-global.dts117 pdn-gpios = <&gpio UNIPHIER_GPIO_PORT(23, 5) GPIO_ACTIVE_LOW>;
/freebsd-12-stable/contrib/ofed/libmlx5/
Dmlx5-abi.h114 __u32 pdn; member
/freebsd-12-stable/sys/dev/mlx4/
Ddevice.h1083 int mlx4_pd_alloc(struct mlx4_dev *dev, u32 *pdn);
1084 void mlx4_pd_free(struct mlx4_dev *dev, u32 pdn);
1132 int mlx4_srq_alloc(struct mlx4_dev *dev, u32 pdn, u32 cqn, u16 xrcdn,
1509 u32 pdn);
/freebsd-12-stable/sys/fs/pseudofs/
Dpseudofs_vnops.c440 struct pfs_node *pn, *pdn = NULL; in pfs_lookup() local
525 pdn = pn; in pfs_lookup()
533 if ((pn = pdn) != NULL) { in pfs_lookup()
/freebsd-12-stable/sys/dev/mlx5/
Ddriver.h1021 int mlx5_core_alloc_pd(struct mlx5_core_dev *dev, u32 *pdn);
1022 int mlx5_core_dealloc_pd(struct mlx5_core_dev *dev, u32 pdn);
1086 int mlx5_core_create_psv(struct mlx5_core_dev *dev, u32 pdn,
/freebsd-12-stable/sys/gnu/dts/arm/
Drk3188-bqedison2qc.dts540 cif0_pdn: cif0-pdn {
544 cif1_pdn: cif1-pdn {
Dexynos3250-pinctrl.dtsi50 samsung,pin-con-pdn = <EXYNOS_PIN_PDN_ ##_mode>; \
51 samsung,pin-pud-pdn = <EXYNOS_PIN_PULL_ ##_pull>; \

12