| /freebsd-12-stable/sys/dev/mlx5/mlx5_core/ |
| D | mlx5_pd.c | 33 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()
|
| D | mlx5_mr.c | 185 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/ |
| D | mlx4_pd.c | 47 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()
|
| D | mlx4_srq.c | 162 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/ |
| D | mthca_user.h | 59 __u32 pdn; member 75 __u32 pdn; member
|
| D | mthca_cq.c | 774 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/ |
| D | mthca-abi.h | 62 __u32 pdn; member 79 __u32 pdn; member
|
| D | mlx4-abi.h | 78 __u32 pdn; member
|
| D | mlx5-abi.h | 117 __u32 pdn; member
|
| /freebsd-12-stable/sys/dev/mlx4/mlx4_ib/ |
| D | mlx4_ib_mr.c | 70 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()
|
| D | mlx4_ib_ah.c | 50 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/ |
| D | mlx5fpga_conn.c | 222 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()
|
| D | core.h | 71 u32 pdn; member
|
| /freebsd-12-stable/contrib/gcc/ |
| D | gdbinit.in | 70 define pdn 75 document pdn
|
| /freebsd-12-stable/contrib/ofed/libmlx4/ |
| D | mlx4-abi.h | 69 __u32 pdn; member
|
| D | verbs.c | 210 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/ |
| D | mlx5_ib_mr.c | 506 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/ |
| D | uniphier-ld20-global.dts | 117 pdn-gpios = <&gpio UNIPHIER_GPIO_PORT(0, 1) GPIO_ACTIVE_LOW>;
|
| D | uniphier-ld11-global.dts | 117 pdn-gpios = <&gpio UNIPHIER_GPIO_PORT(23, 5) GPIO_ACTIVE_LOW>;
|
| /freebsd-12-stable/contrib/ofed/libmlx5/ |
| D | mlx5-abi.h | 114 __u32 pdn; member
|
| /freebsd-12-stable/sys/dev/mlx4/ |
| D | device.h | 1083 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/ |
| D | pseudofs_vnops.c | 440 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/ |
| D | driver.h | 1021 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/ |
| D | rk3188-bqedison2qc.dts | 540 cif0_pdn: cif0-pdn { 544 cif1_pdn: cif1-pdn {
|
| D | exynos3250-pinctrl.dtsi | 50 samsung,pin-con-pdn = <EXYNOS_PIN_PDN_ ##_mode>; \ 51 samsung,pin-pud-pdn = <EXYNOS_PIN_PULL_ ##_pull>; \
|