Searched refs:pd (Results 201 - 225 of 294) sorted by relevance

1234567891011>>

/freebsd-11-stable/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib.h353 struct ib_pd *pd; member in struct:ipoib_dev_priv
452 struct ib_pd *pd, struct ib_ah_attr *attr);
H A Dipoib_cm.c229 return ib_create_qp(priv->pd, &attr);
293 sge[i].lkey = priv->pd->local_dma_lkey;
932 return ib_create_qp(priv->pd, &attr);
1354 priv->cm.srq = ib_create_srq(priv->pd, &srq_init_attr);
/freebsd-11-stable/contrib/libucl/src/
H A Ducl_emitter_utils.c370 s->pd = pmem;
/freebsd-11-stable/contrib/ofed/libmlx5/
H A Dqp.c982 if (wr->bind_mw.bind_info.mr->pd != wr->bind_mw.mw->pd)
1014 if (mw->pd != bind_info->mr->pd) {
/freebsd-11-stable/sys/dev/iser/
H A Dicl_iser.h341 * @pd: Protection Domain for this device
353 struct ib_pd *pd; member in struct:iser_device
/freebsd-11-stable/sys/dev/mlx4/
H A Dqp.h198 __be32 pd; member in struct:mlx4_qp_context
/freebsd-11-stable/sys/dev/mlx4/mlx4_core/
H A Dmlx4_srq.c198 srq_context->pd = cpu_to_be32(pdn);
/freebsd-11-stable/sys/dev/mthca/
H A Dmthca_mad.c89 new_ah = ib_create_ah(dev->send_agent[port_num - 1][0]->qp->pd,
/freebsd-11-stable/sys/ofed/include/rdma/
H A Drdma_vt.h369 spinlock_t n_pds_lock; /* Protect pd allocated count */
499 int rvt_lkey_ok(struct rvt_lkey_table *rkt, struct rvt_pd *pd,
/freebsd-11-stable/sbin/ipfw/
H A Dipfw2.h329 int pr_u64(struct buf_pr *bp, uint64_t *pd, int width);
/freebsd-11-stable/usr.sbin/mptutil/
H A Dmpt_config.c1084 MPT_TABLE(top, pd);
1094 warnx("pd create: drive required");
1133 MPT_COMMAND(pd, create, pd_create);
1144 warnx("pd delete: drive required");
1185 MPT_COMMAND(pd, delete, pd_delete);
/freebsd-11-stable/sys/dev/mlx5/
H A Ddriver.h409 u32 pd; member in struct:mlx5_core_psv::psv_layout
439 u32 pd; member in struct:mlx5_core_mkey
447 u32 pd; member in struct:mlx5_core_mr
/freebsd-11-stable/contrib/tcpdump/
H A Dprint-forces.c518 static inline int pd_valid(uint16_t pd) argument
520 if (pd >= F_TLV_PDAT && pd <= F_TLV_REST)
573 static inline const struct pdata_ops *get_forces_pd(uint16_t pd) argument
578 if (pdo->v == pd)
/freebsd-11-stable/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_main.c1725 sdp_dev->pd = ib_alloc_pd(device, 0);
1726 if (IS_ERR(sdp_dev->pd))
1735 sdp_dev->fmr_pool = ib_create_fmr_pool(sdp_dev->pd, &param);
1742 ib_dealloc_pd(sdp_dev->pd);
1772 ib_dealloc_pd(sdp_dev->pd);
H A Dsdp_tx.c134 sge->lkey = ssk->sdp_dev->pd->local_dma_lkey;
H A Dsdp_cma.c113 rc = rdma_create_qp(id, ssk->sdp_dev->pd, &qp_init_attr);
/freebsd-11-stable/sys/dev/cxgbe/iw_cxgbe/
H A Dqp.c1389 wqe->u.init.pdid = cpu_to_be32(qhp->attr.pd);
1702 c4iw_create_qp(struct ib_pd *pd, struct ib_qp_init_attr *attrs, argument
1717 CTR2(KTR_IW_CXGBE, "%s ib_pd %p", __func__, pd);
1722 php = to_c4iw_pd(pd);
1744 ucontext = pd->uobject ? to_c4iw_ucontext(pd->uobject->context) : NULL;
1777 qhp->attr.pd = php->pdid;
H A Ddevice.c129 rdev->stats.pd.total = T4_MAX_NUM_PD;
/freebsd-11-stable/sys/amd64/amd64/
H A Dpmap.c2579 pd_entry_t *pd; local
2580 pd = pmap_pde(pmap, va);
2581 *pd = 0;
2881 pd_entry_t *pd; local
2890 /* Have to allocate a new pd, recurse */
2904 /* Have to allocate a new pd, recurse */
2914 /* Add reference to the pd page */
2919 pd = (pd_entry_t *)PHYS_TO_DMAP(*pdp & PG_FRAME);
2922 pd = &pd[ptepinde
2961 pd_entry_t *pd, PG_V; local
[all...]
/freebsd-11-stable/contrib/unbound/validator/
H A Dautotrust.c2094 struct autr_point_data pd; local
2103 memset(&pd, 0, sizeof(pd));
2104 key.autr = &pd;
2106 pd.pnode.key = &key;
2107 pd.next_probe_time = tp->autr->next_probe_time;
/freebsd-11-stable/sys/dev/mlx5/mlx5_fpga/
H A Dmlx5fpga_conn.c239 MLX5_SET(mkc, mkc, pd, pdn);
583 MLX5_SET(qpc, qpc, pd, fdev->conn_res.pdn);
692 MLX5_SET(qpc, qpc, pd, conn->fdev->conn_res.pdn);
1011 mlx5_fpga_err(fdev, "alloc pd failed, %d\n", err);
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dp2p_supplicant.h39 int persistent_id, int pd, int ht40, int vht,
/freebsd-11-stable/sys/ofed/drivers/infiniband/core/
H A Dib_mad.c1036 mad_send_wr->sg_list[0].lkey = mad_agent->qp->pd->local_dma_lkey;
1045 mad_send_wr->sg_list[1].lkey = mad_agent->qp->pd->local_dma_lkey;
2863 sg_list.lkey = qp_info->port_priv->pd->local_dma_lkey;
3097 qp_info->qp = ib_create_qp(qp_info->port_priv->pd, &qp_init_attr);
3170 port_priv->pd = ib_alloc_pd(device, 0);
3171 if (IS_ERR(port_priv->pd)) {
3173 ret = PTR_ERR(port_priv->pd);
3216 ib_dealloc_pd(port_priv->pd);
3250 ib_dealloc_pd(port_priv->pd);
H A Dib_mad_rmpp.c168 ah = ib_create_ah_from_wc(agent->qp->pd, recv_wc->wc,
299 rmpp_recv->ah = ib_create_ah_from_wc(agent->agent.qp->pd,
/freebsd-11-stable/sys/arm/arm/
H A Dpmap-v4.c2582 pd_entry_t pd = L1_S_PROTO | L1_S_SUPERSEC | (pa & L1_SUP_FRAME) | local
2591 pd |= pte_l1_s_cache_mode;
2593 pd |= pte_l1_s_cache_mode_pt;
2599 l1->l1_kva[L1_IDX(va)] = pd;
2611 pd_entry_t pd = L1_S_PROTO | pa | L1_S_PROT(PTE_KERNEL, local
2618 pd |= pte_l1_s_cache_mode;
2620 pd |= pte_l1_s_cache_mode_pt;
2622 l1->l1_kva[L1_IDX(va)] = pd;

Completed in 569 milliseconds

1234567891011>>