php                55 drivers/infiniband/hw/cxgb3/iwch_mem.c int iwch_register_mem(struct iwch_dev *rhp, struct iwch_pd *php,
php               296 drivers/infiniband/hw/cxgb3/iwch_provider.c 	struct iwch_pd *php;
php               298 drivers/infiniband/hw/cxgb3/iwch_provider.c 	php = to_iwch_pd(pd);
php               299 drivers/infiniband/hw/cxgb3/iwch_provider.c 	rhp = php->rhp;
php               300 drivers/infiniband/hw/cxgb3/iwch_provider.c 	pr_debug("%s ibpd %p pdid 0x%x\n", __func__, pd, php->pdid);
php               301 drivers/infiniband/hw/cxgb3/iwch_provider.c 	cxio_hal_put_pdid(rhp->rdev.rscp, php->pdid);
php               306 drivers/infiniband/hw/cxgb3/iwch_provider.c 	struct iwch_pd *php = to_iwch_pd(pd);
php               317 drivers/infiniband/hw/cxgb3/iwch_provider.c 	php->pdid = pdid;
php               318 drivers/infiniband/hw/cxgb3/iwch_provider.c 	php->rhp = rhp;
php               320 drivers/infiniband/hw/cxgb3/iwch_provider.c 		struct iwch_alloc_pd_resp resp = {.pdid = php->pdid};
php               323 drivers/infiniband/hw/cxgb3/iwch_provider.c 			iwch_deallocate_pd(&php->ibpd, udata);
php               327 drivers/infiniband/hw/cxgb3/iwch_provider.c 	pr_debug("%s pdid 0x%0x ptr 0x%p\n", __func__, pdid, php);
php               359 drivers/infiniband/hw/cxgb3/iwch_provider.c 	struct iwch_pd *php = to_iwch_pd(pd);
php               360 drivers/infiniband/hw/cxgb3/iwch_provider.c 	struct iwch_dev *rhp = php->rhp;
php               410 drivers/infiniband/hw/cxgb3/iwch_provider.c 	mhp->attr.pdid = php->pdid;
php               419 drivers/infiniband/hw/cxgb3/iwch_provider.c 	ret = iwch_register_mem(rhp, php, mhp, shift);
php               440 drivers/infiniband/hw/cxgb3/iwch_provider.c 	struct iwch_pd *php;
php               446 drivers/infiniband/hw/cxgb3/iwch_provider.c 	php = to_iwch_pd(pd);
php               447 drivers/infiniband/hw/cxgb3/iwch_provider.c 	rhp = php->rhp;
php               496 drivers/infiniband/hw/cxgb3/iwch_provider.c 	mhp->attr.pdid = php->pdid;
php               503 drivers/infiniband/hw/cxgb3/iwch_provider.c 	err = iwch_register_mem(rhp, php, mhp, shift);
php               535 drivers/infiniband/hw/cxgb3/iwch_provider.c 	struct iwch_pd *php;
php               544 drivers/infiniband/hw/cxgb3/iwch_provider.c 	php = to_iwch_pd(pd);
php               545 drivers/infiniband/hw/cxgb3/iwch_provider.c 	rhp = php->rhp;
php               549 drivers/infiniband/hw/cxgb3/iwch_provider.c 	ret = cxio_allocate_window(&rhp->rdev, &stag, php->pdid);
php               555 drivers/infiniband/hw/cxgb3/iwch_provider.c 	mhp->attr.pdid = php->pdid;
php               589 drivers/infiniband/hw/cxgb3/iwch_provider.c 	struct iwch_pd *php;
php               599 drivers/infiniband/hw/cxgb3/iwch_provider.c 	php = to_iwch_pd(pd);
php               600 drivers/infiniband/hw/cxgb3/iwch_provider.c 	rhp = php->rhp;
php               614 drivers/infiniband/hw/cxgb3/iwch_provider.c 	ret = cxio_allocate_stag(&rhp->rdev, &stag, php->pdid,
php               618 drivers/infiniband/hw/cxgb3/iwch_provider.c 	mhp->attr.pdid = php->pdid;
php               701 drivers/infiniband/hw/cxgb3/iwch_provider.c 	struct iwch_pd *php;
php               711 drivers/infiniband/hw/cxgb3/iwch_provider.c 	php = to_iwch_pd(pd);
php               712 drivers/infiniband/hw/cxgb3/iwch_provider.c 	rhp = php->rhp;
php               769 drivers/infiniband/hw/cxgb3/iwch_provider.c 	qhp->attr.pd = php->pdid;
php               339 drivers/infiniband/hw/cxgb3/iwch_provider.h int iwch_register_mem(struct iwch_dev *rhp, struct iwch_pd *php,
php               408 drivers/infiniband/hw/cxgb4/mem.c static int register_mem(struct c4iw_dev *rhp, struct c4iw_pd *php,
php               450 drivers/infiniband/hw/cxgb4/mem.c 	struct c4iw_pd *php;
php               456 drivers/infiniband/hw/cxgb4/mem.c 	php = to_c4iw_pd(pd);
php               457 drivers/infiniband/hw/cxgb4/mem.c 	rhp = php->rhp;
php               476 drivers/infiniband/hw/cxgb4/mem.c 	mhp->attr.pdid = php->pdid;
php               485 drivers/infiniband/hw/cxgb4/mem.c 	ret = write_tpt_entry(&rhp->rdev, 0, &stag, 1, php->pdid,
php               516 drivers/infiniband/hw/cxgb4/mem.c 	struct c4iw_pd *php;
php               527 drivers/infiniband/hw/cxgb4/mem.c 	php = to_c4iw_pd(pd);
php               528 drivers/infiniband/hw/cxgb4/mem.c 	rhp = php->rhp;
php               588 drivers/infiniband/hw/cxgb4/mem.c 	mhp->attr.pdid = php->pdid;
php               595 drivers/infiniband/hw/cxgb4/mem.c 	err = register_mem(rhp, php, mhp, shift);
php               619 drivers/infiniband/hw/cxgb4/mem.c 	struct c4iw_pd *php;
php               628 drivers/infiniband/hw/cxgb4/mem.c 	php = to_c4iw_pd(pd);
php               629 drivers/infiniband/hw/cxgb4/mem.c 	rhp = php->rhp;
php               646 drivers/infiniband/hw/cxgb4/mem.c 	ret = allocate_window(&rhp->rdev, &stag, php->pdid, mhp->wr_waitp);
php               650 drivers/infiniband/hw/cxgb4/mem.c 	mhp->attr.pdid = php->pdid;
php               697 drivers/infiniband/hw/cxgb4/mem.c 	struct c4iw_pd *php;
php               704 drivers/infiniband/hw/cxgb4/mem.c 	php = to_c4iw_pd(pd);
php               705 drivers/infiniband/hw/cxgb4/mem.c 	rhp = php->rhp;
php               738 drivers/infiniband/hw/cxgb4/mem.c 	ret = allocate_stag(&rhp->rdev, &stag, php->pdid,
php               743 drivers/infiniband/hw/cxgb4/mem.c 	mhp->attr.pdid = php->pdid;
php               196 drivers/infiniband/hw/cxgb4/provider.c 	struct c4iw_pd *php;
php               198 drivers/infiniband/hw/cxgb4/provider.c 	php = to_c4iw_pd(pd);
php               199 drivers/infiniband/hw/cxgb4/provider.c 	rhp = php->rhp;
php               200 drivers/infiniband/hw/cxgb4/provider.c 	pr_debug("ibpd %p pdid 0x%x\n", pd, php->pdid);
php               201 drivers/infiniband/hw/cxgb4/provider.c 	c4iw_put_resource(&rhp->rdev.resource.pdid_table, php->pdid);
php               209 drivers/infiniband/hw/cxgb4/provider.c 	struct c4iw_pd *php = to_c4iw_pd(pd);
php               220 drivers/infiniband/hw/cxgb4/provider.c 	php->pdid = pdid;
php               221 drivers/infiniband/hw/cxgb4/provider.c 	php->rhp = rhp;
php               223 drivers/infiniband/hw/cxgb4/provider.c 		struct c4iw_alloc_pd_resp uresp = {.pdid = php->pdid};
php               226 drivers/infiniband/hw/cxgb4/provider.c 			c4iw_deallocate_pd(&php->ibpd, udata);
php               235 drivers/infiniband/hw/cxgb4/provider.c 	pr_debug("pdid 0x%0x ptr 0x%p\n", pdid, php);
php              2116 drivers/infiniband/hw/cxgb4/qp.c 	struct c4iw_pd *php;
php              2132 drivers/infiniband/hw/cxgb4/qp.c 	php = to_c4iw_pd(pd);
php              2133 drivers/infiniband/hw/cxgb4/qp.c 	rhp = php->rhp;
php              2196 drivers/infiniband/hw/cxgb4/qp.c 	qhp->attr.pd = php->pdid;
php              2675 drivers/infiniband/hw/cxgb4/qp.c 	struct c4iw_pd *php;
php              2685 drivers/infiniband/hw/cxgb4/qp.c 	php = to_c4iw_pd(pd);
php              2686 drivers/infiniband/hw/cxgb4/qp.c 	rhp = php->rhp;
php              2722 drivers/infiniband/hw/cxgb4/qp.c 	srq->pdid = php->pdid;
php               488 scripts/dtc/libfdt/fdt_ro.c 	const fdt32_t *php;
php               493 scripts/dtc/libfdt/fdt_ro.c 	php = fdt_getprop(fdt, nodeoffset, "phandle", &len);
php               494 scripts/dtc/libfdt/fdt_ro.c 	if (!php || (len != sizeof(*php))) {
php               495 scripts/dtc/libfdt/fdt_ro.c 		php = fdt_getprop(fdt, nodeoffset, "linux,phandle", &len);
php               496 scripts/dtc/libfdt/fdt_ro.c 		if (!php || (len != sizeof(*php)))
php               500 scripts/dtc/libfdt/fdt_ro.c 	return fdt32_ld(php);