pdid              599 drivers/infiniband/hw/bnxt_re/ib_verbs.c 		resp.pdid = pd->qplib_pd.id;
pdid              673 drivers/infiniband/hw/cxgb3/cxio_hal.c 			 u32 *stag, u8 stag_state, u32 pdid,
pdid              696 drivers/infiniband/hw/cxgb3/cxio_hal.c 		 __func__, stag_state, type, pdid, stag_idx);
pdid              707 drivers/infiniband/hw/cxgb3/cxio_hal.c 				V_TPT_STAG_TYPE(type) | V_TPT_PDID(pdid));
pdid              765 drivers/infiniband/hw/cxgb3/cxio_hal.c int cxio_register_phys_mem(struct cxio_rdev *rdev_p, u32 *stag, u32 pdid,
pdid              770 drivers/infiniband/hw/cxgb3/cxio_hal.c 	return __cxio_tpt_op(rdev_p, 0, stag, 1, pdid, TPT_NON_SHARED_MR, perm,
pdid              774 drivers/infiniband/hw/cxgb3/cxio_hal.c int cxio_reregister_phys_mem(struct cxio_rdev *rdev_p, u32 *stag, u32 pdid,
pdid              778 drivers/infiniband/hw/cxgb3/cxio_hal.c 	return __cxio_tpt_op(rdev_p, 0, stag, 1, pdid, TPT_NON_SHARED_MR, perm,
pdid              789 drivers/infiniband/hw/cxgb3/cxio_hal.c int cxio_allocate_window(struct cxio_rdev *rdev_p, u32 * stag, u32 pdid)
pdid              792 drivers/infiniband/hw/cxgb3/cxio_hal.c 	return __cxio_tpt_op(rdev_p, 0, stag, 0, pdid, TPT_MW, 0, 0, 0ULL, 0, 0,
pdid              802 drivers/infiniband/hw/cxgb3/cxio_hal.c int cxio_allocate_stag(struct cxio_rdev *rdev_p, u32 *stag, u32 pdid, u32 pbl_size, u32 pbl_addr)
pdid              805 drivers/infiniband/hw/cxgb3/cxio_hal.c 	return __cxio_tpt_op(rdev_p, 0, stag, 0, pdid, TPT_NON_SHARED_MR,
pdid              822 drivers/infiniband/hw/cxgb3/cxio_hal.c 	wqe->pdid = cpu_to_be32(attr->pdid);
pdid              171 drivers/infiniband/hw/cxgb3/cxio_hal.h int cxio_register_phys_mem(struct cxio_rdev *rdev, u32 * stag, u32 pdid,
pdid              174 drivers/infiniband/hw/cxgb3/cxio_hal.h int cxio_reregister_phys_mem(struct cxio_rdev *rdev, u32 * stag, u32 pdid,
pdid              179 drivers/infiniband/hw/cxgb3/cxio_hal.h int cxio_allocate_window(struct cxio_rdev *rdev, u32 * stag, u32 pdid);
pdid              180 drivers/infiniband/hw/cxgb3/cxio_hal.h int cxio_allocate_stag(struct cxio_rdev *rdev, u32 *stag, u32 pdid, u32 pbl_size, u32 pbl_addr);
pdid              186 drivers/infiniband/hw/cxgb3/cxio_hal.h void cxio_hal_put_pdid(struct cxio_hal_resource *rscp, u32 pdid);
pdid              237 drivers/infiniband/hw/cxgb3/cxio_resource.c void cxio_hal_put_pdid(struct cxio_hal_resource *rscp, u32 pdid)
pdid              239 drivers/infiniband/hw/cxgb3/cxio_resource.c 	cxio_hal_put_resource(&rscp->pdid_fifo, &rscp->pdid_fifo_lock, pdid);
pdid              338 drivers/infiniband/hw/cxgb3/cxio_wr.h 	u32 pdid;
pdid              361 drivers/infiniband/hw/cxgb3/cxio_wr.h 	__be32 pdid;
pdid               62 drivers/infiniband/hw/cxgb3/iwch_mem.c 				   &stag, mhp->attr.pdid,
pdid              300 drivers/infiniband/hw/cxgb3/iwch_provider.c 	pr_debug("%s ibpd %p pdid 0x%x\n", __func__, pd, php->pdid);
pdid              301 drivers/infiniband/hw/cxgb3/iwch_provider.c 	cxio_hal_put_pdid(rhp->rdev.rscp, php->pdid);
pdid              308 drivers/infiniband/hw/cxgb3/iwch_provider.c 	u32 pdid;
pdid              313 drivers/infiniband/hw/cxgb3/iwch_provider.c 	pdid = cxio_hal_get_pdid(rhp->rdev.rscp);
pdid              314 drivers/infiniband/hw/cxgb3/iwch_provider.c 	if (!pdid)
pdid              317 drivers/infiniband/hw/cxgb3/iwch_provider.c 	php->pdid = pdid;
pdid              320 drivers/infiniband/hw/cxgb3/iwch_provider.c 		struct iwch_alloc_pd_resp resp = {.pdid = php->pdid};
pdid              327 drivers/infiniband/hw/cxgb3/iwch_provider.c 	pr_debug("%s pdid 0x%0x ptr 0x%p\n", __func__, pdid, php);
pdid              410 drivers/infiniband/hw/cxgb3/iwch_provider.c 	mhp->attr.pdid = php->pdid;
pdid              496 drivers/infiniband/hw/cxgb3/iwch_provider.c 	mhp->attr.pdid = php->pdid;
pdid              549 drivers/infiniband/hw/cxgb3/iwch_provider.c 	ret = cxio_allocate_window(&rhp->rdev, &stag, php->pdid);
pdid              555 drivers/infiniband/hw/cxgb3/iwch_provider.c 	mhp->attr.pdid = php->pdid;
pdid              614 drivers/infiniband/hw/cxgb3/iwch_provider.c 	ret = cxio_allocate_stag(&rhp->rdev, &stag, php->pdid,
pdid              618 drivers/infiniband/hw/cxgb3/iwch_provider.c 	mhp->attr.pdid = php->pdid;
pdid              769 drivers/infiniband/hw/cxgb3/iwch_provider.c 	qhp->attr.pd = php->pdid;
pdid               46 drivers/infiniband/hw/cxgb3/iwch_provider.h 	u32 pdid;
pdid               66 drivers/infiniband/hw/cxgb3/iwch_provider.h 	u32 pdid;
pdid              824 drivers/infiniband/hw/cxgb3/iwch_qp.c 	init_attr.pdid = qhp->attr.pd;
pdid              368 drivers/infiniband/hw/cxgb4/iw_cxgb4.h 	u32 pdid;
pdid              382 drivers/infiniband/hw/cxgb4/iw_cxgb4.h 	u32 pdid;
pdid              514 drivers/infiniband/hw/cxgb4/iw_cxgb4.h 	u32 pdid;
pdid              271 drivers/infiniband/hw/cxgb4/mem.c 			   u32 *stag, u8 stag_state, u32 pdid,
pdid              309 drivers/infiniband/hw/cxgb4/mem.c 		 stag_state, type, pdid, stag_idx);
pdid              318 drivers/infiniband/hw/cxgb4/mem.c 			FW_RI_TPTE_STAGTYPE_V(type) | FW_RI_TPTE_PDID_V(pdid));
pdid              368 drivers/infiniband/hw/cxgb4/mem.c static int allocate_window(struct c4iw_rdev *rdev, u32 *stag, u32 pdid,
pdid              372 drivers/infiniband/hw/cxgb4/mem.c 	return write_tpt_entry(rdev, 0, stag, 0, pdid, FW_RI_STAG_MW, 0, 0, 0,
pdid              384 drivers/infiniband/hw/cxgb4/mem.c static int allocate_stag(struct c4iw_rdev *rdev, u32 *stag, u32 pdid,
pdid              389 drivers/infiniband/hw/cxgb4/mem.c 	return write_tpt_entry(rdev, 0, stag, 0, pdid, FW_RI_STAG_NSMR, 0, 0, 0,
pdid              414 drivers/infiniband/hw/cxgb4/mem.c 	ret = write_tpt_entry(&rhp->rdev, 0, &stag, 1, mhp->attr.pdid,
pdid              476 drivers/infiniband/hw/cxgb4/mem.c 	mhp->attr.pdid = php->pdid;
pdid              485 drivers/infiniband/hw/cxgb4/mem.c 	ret = write_tpt_entry(&rhp->rdev, 0, &stag, 1, php->pdid,
pdid              588 drivers/infiniband/hw/cxgb4/mem.c 	mhp->attr.pdid = php->pdid;
pdid              646 drivers/infiniband/hw/cxgb4/mem.c 	ret = allocate_window(&rhp->rdev, &stag, php->pdid, mhp->wr_waitp);
pdid              650 drivers/infiniband/hw/cxgb4/mem.c 	mhp->attr.pdid = php->pdid;
pdid              738 drivers/infiniband/hw/cxgb4/mem.c 	ret = allocate_stag(&rhp->rdev, &stag, php->pdid,
pdid              743 drivers/infiniband/hw/cxgb4/mem.c 	mhp->attr.pdid = php->pdid;
pdid              200 drivers/infiniband/hw/cxgb4/provider.c 	pr_debug("ibpd %p pdid 0x%x\n", pd, php->pdid);
pdid              201 drivers/infiniband/hw/cxgb4/provider.c 	c4iw_put_resource(&rhp->rdev.resource.pdid_table, php->pdid);
pdid              211 drivers/infiniband/hw/cxgb4/provider.c 	u32 pdid;
pdid              216 drivers/infiniband/hw/cxgb4/provider.c 	pdid =  c4iw_get_resource(&rhp->rdev.resource.pdid_table);
pdid              217 drivers/infiniband/hw/cxgb4/provider.c 	if (!pdid)
pdid              220 drivers/infiniband/hw/cxgb4/provider.c 	php->pdid = pdid;
pdid              223 drivers/infiniband/hw/cxgb4/provider.c 		struct c4iw_alloc_pd_resp uresp = {.pdid = php->pdid};
pdid              235 drivers/infiniband/hw/cxgb4/provider.c 	pr_debug("pdid 0x%0x ptr 0x%p\n", pdid, php);
pdid              800 drivers/infiniband/hw/cxgb4/qp.c 		FW_RI_TPTE_PDID_V(mhp->attr.pdid));
pdid             1799 drivers/infiniband/hw/cxgb4/qp.c 	wqe->u.init.pdid = cpu_to_be32(qhp->attr.pd);
pdid             2196 drivers/infiniband/hw/cxgb4/qp.c 	qhp->attr.pd = php->pdid;
pdid             2616 drivers/infiniband/hw/cxgb4/qp.c 	res->u.srq.pdid = cpu_to_be32(srq->pdid);
pdid             2629 drivers/infiniband/hw/cxgb4/qp.c 			__func__, srq->idx, wq->qid, srq->pdid, wq->queue,
pdid             2722 drivers/infiniband/hw/cxgb4/qp.c 	srq->pdid = php->pdid;
pdid              312 drivers/infiniband/hw/cxgb4/t4fw_ri_api.h 			__be32 pdid;
pdid              784 drivers/infiniband/hw/cxgb4/t4fw_ri_api.h 			__be32 pdid;
pdid               75 drivers/infiniband/hw/ocrdma/ocrdma_ah.c 			int pdid, bool *isvlan, u16 vlan_tag)
pdid              130 drivers/infiniband/hw/ocrdma/ocrdma_ah.c 		ipv4.id = cpu_to_be16(pdid);
pdid              147 drivers/infiniband/hw/ocrdma/ocrdma_ah.c 		grh.pdid_hoplimit = cpu_to_be32((pdid << 16) |
pdid             1910 drivers/infiniband/hw/ocrdma/ocrdma_hw.c 			  u32 pdid, int addr_check)
pdid             1919 drivers/infiniband/hw/ocrdma/ocrdma_hw.c 	cmd->pdid = pdid;
pdid             1960 drivers/infiniband/hw/ocrdma/ocrdma_hw.c 			     u32 pdid, u32 pbl_cnt, u32 pbe_size, u32 last)
pdid             1971 drivers/infiniband/hw/ocrdma/ocrdma_hw.c 	    pdid | (hwmr->num_pbls << OCRDMA_REG_NSMR_NUM_PBL_SHIFT);
pdid             2039 drivers/infiniband/hw/ocrdma/ocrdma_hw.c 		  struct ocrdma_hw_mr *hwmr, u32 pdid, int acc)
pdid             2051 drivers/infiniband/hw/ocrdma/ocrdma_hw.c 	status = ocrdma_mbx_reg_mr(dev, hwmr, pdid,
pdid               96 drivers/infiniband/hw/ocrdma/ocrdma_hw.h static inline u64 ocrdma_get_db_addr(struct ocrdma_dev *dev, u32 pdid)
pdid               98 drivers/infiniband/hw/ocrdma/ocrdma_hw.h 	return dev->nic_info.unmapped_db + (pdid * dev->nic_info.db_page_size);
pdid             1462 drivers/infiniband/hw/ocrdma/ocrdma_sli.h 	u32 pdid;
pdid             1611 drivers/infiniband/hw/ocrdma/ocrdma_sli.h 	u32 pdid;
pdid              700 drivers/infiniband/hw/ocrdma/ocrdma_verbs.c 			    u32 pdid, int acc, u32 num_pbls, u32 addr_check)
pdid              713 drivers/infiniband/hw/ocrdma/ocrdma_verbs.c 	status = ocrdma_mbx_alloc_lkey(dev, &mr->hwmr, pdid, addr_check);
pdid             1072 drivers/infiniband/hw/ocrdma/ocrdma_verbs.c 	int pdid = 0;
pdid             1085 drivers/infiniband/hw/ocrdma/ocrdma_verbs.c 		pdid = cq->ucontext->cntxt_pd->id;
pdid             1089 drivers/infiniband/hw/ocrdma/ocrdma_verbs.c 				ocrdma_get_db_addr(dev, pdid),
pdid              130 drivers/net/ethernet/chelsio/cxgb4/srq.c 	e->pdid = SRQT_PDID_G(be64_to_cpu(rpl->rsvd_pdid));
pdid               47 drivers/net/ethernet/chelsio/cxgb4/srq.h 	u16 pdid;
pdid              536 drivers/net/ethernet/emulex/benet/be_cmds.h 	u8 pdid[9];
pdid              641 drivers/scsi/be2iscsi/be_cmds.h 	u8 pdid[9];
pdid              324 drivers/staging/rtl8188eu/os_dep/usb_intf.c 	struct usb_interface *pusb_intf, const struct usb_device_id *pdid)
pdid              453 drivers/staging/rtl8188eu/os_dep/usb_intf.c static int rtw_drv_init(struct usb_interface *pusb_intf, const struct usb_device_id *pdid)
pdid              466 drivers/staging/rtl8188eu/os_dep/usb_intf.c 	if1 = rtw_usb_if1_init(dvobj, pusb_intf, pdid);
pdid               34 drivers/staging/rtl8712/usb_intf.c 			   const struct usb_device_id *pdid);
pdid              313 drivers/staging/rtl8712/usb_intf.c static void disable_ht_for_spec_devid(const struct usb_device_id *pdid,
pdid              326 drivers/staging/rtl8712/usb_intf.c 		if ((pdid->idVendor == vid) && (pdid->idProduct == pid) &&
pdid              346 drivers/staging/rtl8712/usb_intf.c 			   const struct usb_device_id *pdid)
pdid              366 drivers/staging/rtl8712/usb_intf.c 	disable_ht_for_spec_devid(pdid, padapter);
pdid              313 drivers/staging/rtl8723bs/os_dep/sdio_intf.c static struct adapter *rtw_sdio_if1_init(struct dvobj_priv *dvobj, const struct sdio_device_id  *pdid)
pdid               73 include/uapi/rdma/bnxt_re-abi.h 	__u32 pdid;
pdid               79 include/uapi/rdma/cxgb3-abi.h 	__u32 pdid;
pdid              112 include/uapi/rdma/cxgb4-abi.h 	__u32 pdid;