Home
last modified time | relevance | path

Searched refs:php (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-6.6/drivers/infiniband/hw/cxgb4/
H A Dmem.c391 static int register_mem(struct c4iw_dev *rhp, struct c4iw_pd *php, in register_mem() argument
433 struct c4iw_pd *php; in c4iw_get_dma_mr() local
439 php = to_c4iw_pd(pd); in c4iw_get_dma_mr()
440 rhp = php->rhp; in c4iw_get_dma_mr()
459 mhp->attr.pdid = php->pdid; in c4iw_get_dma_mr()
468 ret = write_tpt_entry(&rhp->rdev, 0, &stag, 1, php->pdid, in c4iw_get_dma_mr()
499 struct c4iw_pd *php; in c4iw_reg_user_mr() local
510 php = to_c4iw_pd(pd); in c4iw_reg_user_mr()
511 rhp = php->rhp; in c4iw_reg_user_mr()
571 mhp->attr.pdid = php in c4iw_reg_user_mr()
602 struct c4iw_pd *php; c4iw_alloc_mr() local
[all...]
H A Dprovider.c197 struct c4iw_pd *php; in c4iw_deallocate_pd() local
199 php = to_c4iw_pd(pd); in c4iw_deallocate_pd()
200 rhp = php->rhp; in c4iw_deallocate_pd()
201 pr_debug("ibpd %p pdid 0x%x\n", pd, php->pdid); in c4iw_deallocate_pd()
202 c4iw_put_resource(&rhp->rdev.resource.pdid_table, php->pdid); in c4iw_deallocate_pd()
211 struct c4iw_pd *php = to_c4iw_pd(pd); in c4iw_allocate_pd() local
222 php->pdid = pdid; in c4iw_allocate_pd()
223 php->rhp = rhp; in c4iw_allocate_pd()
225 struct c4iw_alloc_pd_resp uresp = {.pdid = php->pdid}; in c4iw_allocate_pd()
228 c4iw_deallocate_pd(&php in c4iw_allocate_pd()
[all...]
H A Dqp.c2115 struct c4iw_pd *php; in c4iw_create_qp() local
2129 php = to_c4iw_pd(pd); in c4iw_create_qp()
2130 rhp = php->rhp; in c4iw_create_qp()
2187 qhp->attr.pd = php->pdid; in c4iw_create_qp()
2668 struct c4iw_pd *php; in c4iw_create_srq() local
2681 php = to_c4iw_pd(pd); in c4iw_create_srq()
2682 rhp = php->rhp; in c4iw_create_srq()
2718 srq->pdid = php->pdid; in c4iw_create_srq()
/kernel/linux/linux-5.10/drivers/infiniband/hw/cxgb4/
H A Dmem.c407 static int register_mem(struct c4iw_dev *rhp, struct c4iw_pd *php, in register_mem() argument
449 struct c4iw_pd *php; in c4iw_get_dma_mr() local
455 php = to_c4iw_pd(pd); in c4iw_get_dma_mr()
456 rhp = php->rhp; in c4iw_get_dma_mr()
475 mhp->attr.pdid = php->pdid; in c4iw_get_dma_mr()
484 ret = write_tpt_entry(&rhp->rdev, 0, &stag, 1, php->pdid, in c4iw_get_dma_mr()
515 struct c4iw_pd *php; in c4iw_reg_user_mr() local
526 php = to_c4iw_pd(pd); in c4iw_reg_user_mr()
527 rhp = php->rhp; in c4iw_reg_user_mr()
587 mhp->attr.pdid = php in c4iw_reg_user_mr()
618 struct c4iw_pd *php; c4iw_alloc_mw() local
686 struct c4iw_pd *php; c4iw_alloc_mr() local
[all...]
H A Dprovider.c196 struct c4iw_pd *php; in c4iw_deallocate_pd() local
198 php = to_c4iw_pd(pd); in c4iw_deallocate_pd()
199 rhp = php->rhp; in c4iw_deallocate_pd()
200 pr_debug("ibpd %p pdid 0x%x\n", pd, php->pdid); in c4iw_deallocate_pd()
201 c4iw_put_resource(&rhp->rdev.resource.pdid_table, php->pdid); in c4iw_deallocate_pd()
210 struct c4iw_pd *php = to_c4iw_pd(pd); in c4iw_allocate_pd() local
221 php->pdid = pdid; in c4iw_allocate_pd()
222 php->rhp = rhp; in c4iw_allocate_pd()
224 struct c4iw_alloc_pd_resp uresp = {.pdid = php->pdid}; in c4iw_allocate_pd()
227 c4iw_deallocate_pd(&php in c4iw_allocate_pd()
[all...]
H A Dqp.c2117 struct c4iw_pd *php; in c4iw_create_qp() local
2133 php = to_c4iw_pd(pd); in c4iw_create_qp()
2134 rhp = php->rhp; in c4iw_create_qp()
2197 qhp->attr.pd = php->pdid; in c4iw_create_qp()
2677 struct c4iw_pd *php; in c4iw_create_srq() local
2687 php = to_c4iw_pd(pd); in c4iw_create_srq()
2688 rhp = php->rhp; in c4iw_create_srq()
2724 srq->pdid = php->pdid; in c4iw_create_srq()
/kernel/linux/linux-5.10/scripts/dtc/libfdt/
H A Dfdt_ro.c510 const fdt32_t *php; in fdt_get_phandle() local
515 php = fdt_getprop(fdt, nodeoffset, "phandle", &len); in fdt_get_phandle()
516 if (!php || (len != sizeof(*php))) { in fdt_get_phandle()
517 php = fdt_getprop(fdt, nodeoffset, "linux,phandle", &len); in fdt_get_phandle()
518 if (!php || (len != sizeof(*php))) in fdt_get_phandle()
522 return fdt32_ld(php); in fdt_get_phandle()
/kernel/linux/linux-6.6/scripts/dtc/libfdt/
H A Dfdt_ro.c510 const fdt32_t *php; in fdt_get_phandle() local
515 php = fdt_getprop(fdt, nodeoffset, "phandle", &len); in fdt_get_phandle()
516 if (!php || (len != sizeof(*php))) { in fdt_get_phandle()
517 php = fdt_getprop(fdt, nodeoffset, "linux,phandle", &len); in fdt_get_phandle()
518 if (!php || (len != sizeof(*php))) in fdt_get_phandle()
522 return fdt32_ld_(php); in fdt_get_phandle()
/kernel/linux/linux-5.10/drivers/pci/hotplug/
H A DMakefile18 obj-$(CONFIG_HOTPLUG_PCI_POWERNV) += pnv-php.o
54 pnv-php-objs := pnv_php.o
/kernel/linux/linux-6.6/drivers/pci/hotplug/
H A DMakefile18 obj-$(CONFIG_HOTPLUG_PCI_POWERNV) += pnv-php.o
54 pnv-php-objs := pnv_php.o

Completed in 12 milliseconds