Home
last modified time | relevance | path

Searched refs:php (Results 1 – 50 of 50) sorted by relevance

/linux-4.4.14/drivers/infiniband/hw/cxgb4/
Dmem.c372 static int register_mem(struct c4iw_dev *rhp, struct c4iw_pd *php, in register_mem() argument
395 static int reregister_mem(struct c4iw_dev *rhp, struct c4iw_pd *php, in reregister_mem() argument
508 struct c4iw_pd *php; in c4iw_reregister_phys_mem() local
524 php = to_c4iw_pd(mr->pd); in c4iw_reregister_phys_mem()
527 if (rhp != php->rhp) in c4iw_reregister_phys_mem()
533 php = to_c4iw_pd(pd); in c4iw_reregister_phys_mem()
553 ret = reregister_mem(rhp, php, &mh, shift, npages); in c4iw_reregister_phys_mem()
558 mhp->attr.pdid = php->pdid; in c4iw_reregister_phys_mem()
581 struct c4iw_pd *php; in c4iw_register_phys_mem() local
586 php = to_c4iw_pd(pd); in c4iw_register_phys_mem()
[all …]
Dprovider.c238 struct c4iw_pd *php; in c4iw_deallocate_pd() local
240 php = to_c4iw_pd(pd); in c4iw_deallocate_pd()
241 rhp = php->rhp; in c4iw_deallocate_pd()
242 PDBG("%s ibpd %p pdid 0x%x\n", __func__, pd, php->pdid); in c4iw_deallocate_pd()
243 c4iw_put_resource(&rhp->rdev.resource.pdid_table, php->pdid); in c4iw_deallocate_pd()
247 kfree(php); in c4iw_deallocate_pd()
255 struct c4iw_pd *php; in c4iw_allocate_pd() local
264 php = kzalloc(sizeof(*php), GFP_KERNEL); in c4iw_allocate_pd()
265 if (!php) { in c4iw_allocate_pd()
269 php->pdid = pdid; in c4iw_allocate_pd()
[all …]
Dqp.c1626 struct c4iw_pd *php; in c4iw_create_qp() local
1640 php = to_c4iw_pd(pd); in c4iw_create_qp()
1641 rhp = php->rhp; in c4iw_create_qp()
1692 qhp->attr.pd = php->pdid; in c4iw_create_qp()
/linux-4.4.14/drivers/infiniband/hw/cxgb3/
Diwch_provider.c414 struct iwch_pd *php; in iwch_deallocate_pd() local
416 php = to_iwch_pd(pd); in iwch_deallocate_pd()
417 rhp = php->rhp; in iwch_deallocate_pd()
418 PDBG("%s ibpd %p pdid 0x%x\n", __func__, pd, php->pdid); in iwch_deallocate_pd()
419 cxio_hal_put_pdid(rhp->rdev.rscp, php->pdid); in iwch_deallocate_pd()
420 kfree(php); in iwch_deallocate_pd()
428 struct iwch_pd *php; in iwch_allocate_pd() local
437 php = kzalloc(sizeof(*php), GFP_KERNEL); in iwch_allocate_pd()
438 if (!php) { in iwch_allocate_pd()
442 php->pdid = pdid; in iwch_allocate_pd()
[all …]
Diwch_mem.c55 int iwch_register_mem(struct iwch_dev *rhp, struct iwch_pd *php, in iwch_register_mem() argument
78 int iwch_reregister_mem(struct iwch_dev *rhp, struct iwch_pd *php, in iwch_reregister_mem() argument
Diwch_provider.h342 int iwch_register_mem(struct iwch_dev *rhp, struct iwch_pd *php,
344 int iwch_reregister_mem(struct iwch_dev *rhp, struct iwch_pd *php,
/linux-4.4.14/scripts/dtc/libfdt/
Dfdt_ro.c331 const fdt32_t *php; in fdt_get_phandle() local
336 php = fdt_getprop(fdt, nodeoffset, "phandle", &len); in fdt_get_phandle()
337 if (!php || (len != sizeof(*php))) { in fdt_get_phandle()
338 php = fdt_getprop(fdt, nodeoffset, "linux,phandle", &len); in fdt_get_phandle()
339 if (!php || (len != sizeof(*php))) in fdt_get_phandle()
343 return fdt32_to_cpu(*php); in fdt_get_phandle()
/linux-4.4.14/Documentation/arm/keystone/
DOverview.txt29 https://www.einfochips.com/index.php/partnerships/texas-instruments/k2e-evm.html
37 https://www.einfochips.com/index.php/partnerships/texas-instruments/k2l-evm.html
/linux-4.4.14/Documentation/hwmon/
Dhih61309 http://sensing.honeywell.com/index.php?ci_id=3106&la_id=1&defId=44872
/linux-4.4.14/fs/reiserfs/
DKconfig14 <https://reiser4.wiki.kernel.org/index.php/Main_Page> for links.
22 Read <https://reiser4.wiki.kernel.org/index.php/Main_Page>
DREADME46 described at https://reiser4.wiki.kernel.org/index.php/Main_Page
/linux-4.4.14/Documentation/
Dbt8xxgpio.txt7 == http://www.bu3sch.de/btgpio.php ==
Dkernel-docs.txt117 URL: http://www.linuxjournal.com/article.php?sid=2391
127 URL: http://www.linuxjournal.com/article.php?sid=1219
140 URL: http://www.linuxjournal.com/article.php?sid=1220
152 URL: http://www.linuxjournal.com/article.php?sid=1221
162 URL: http://www.linuxjournal.com/article.php?sid=1222
176 URL: http://www.linuxjournal.com/article.php?sid=1287
188 URL: http://www.linuxjournal.com/article.php?sid=1312
Dsparse.txt75 https://sparse.wiki.kernel.org/index.php/Main_Page
Dgcov.txt42 [2] http://ltp.sourceforge.net/coverage/lcov.php
Dcoccinelle.txt30 pages at http://cocci.ekstranet.diku.dk/wiki/doku.php
DChanges395 o <http://sourceforge.net/project/showfiles.php?group_id=14>
/linux-4.4.14/Documentation/filesystems/cifs/
Dcifs.txt31 https://wiki.samba.org/index.php/LinuxCIFS_utils
DREADME548 (see http://wiki.samba.org/index.php/UNIX_Extensions#Minshall.2BFrench_symlinks)
/linux-4.4.14/Documentation/dvb/
Dreadme.txt8 see http://linuxtv.org/lists.php. Please check
DREADME.dvb-usb48 http://www.linuxtv.org/wiki/index.php/DVB_USB
124 http://www.linuxtv.org/wiki/index.php/DVB_USB
/linux-4.4.14/Documentation/input/
Dbcm5974.txt64 [1] http://ubuntuforums.org/showthread.php?t=840040
/linux-4.4.14/arch/arm/boot/dts/
Daxp209.dtsi47 * http://www.x-powers.com/product/AXP20X.php
Daxp22x.dtsi47 * http://www.x-powers.com/product/AXP22X.php
/linux-4.4.14/drivers/firewire/
DKconfig14 See http://ieee1394.wiki.kernel.org/index.php/Juju_Migration
/linux-4.4.14/Documentation/serial/
Dn_gsm.txt84 http://www.telit.com/module/infopool/download.php?id=616
/linux-4.4.14/drivers/net/can/sja1000/
DKconfig97 http://www.embeddedarm.com/products/board-detail.php?product=TS-CAN1
/linux-4.4.14/drivers/media/usb/dvb-usb-v2/
DKconfig12 <http://www.linuxtv.org/wiki/index.php/DVB_USB>
/linux-4.4.14/Documentation/i2c/busses/
Di2c-parport163 http://struyve.mine.nu:8080/index.php?block=k8000
/linux-4.4.14/arch/avr32/
DKconfig135 For more information see: http://www.miromico.ch/index.php/hammerhead.html
/linux-4.4.14/Documentation/filesystems/nfs/
Dnfs41-server.txt173 See also http://wiki.linux-nfs.org/wiki/index.php/Server_4.0_and_4.1_issues.
/linux-4.4.14/drivers/uio/
DKconfig140 http://processors.wiki.ti.com/index.php/PRU_Linux_Application_Loader
/linux-4.4.14/Documentation/laptops/
Dsony-laptop.txt127 See also http://www.linux.it/~malattia/wiki/index.php/Sony_drivers for other
/linux-4.4.14/Documentation/filesystems/
D9p.txt152 (http://sf.net/apps/mediawiki/v9fs/index.php).
Dext4.txt19 http://ext4.wiki.kernel.org/index.php/Ext4_Howto
24 http://sourceforge.net/project/showfiles.php?group_id=2406
628 http://ext4.wiki.kernel.org/index.php/Main_Page
Dpath-lookup.txt378 1. Scaling dcache with RCU (http://linuxjournal.com/article.php?sid=7124).
/linux-4.4.14/Documentation/cris/
DREADME14 http://developer.axis.com/wiki/doku.php?id=axis:install-howto-2_20
/linux-4.4.14/Documentation/arm/
DIXP4xx115 http://www.gateworks.com/support/overview.php
DREADME44 http://www.arm.linux.org.uk/developer/patches/info.php Always include some
/linux-4.4.14/Documentation/video4linux/
DREADME.ivtv43 http://www.ivtvdriver.org/index.php/Troubleshooting
/linux-4.4.14/drivers/media/usb/dvb-usb/
DKconfig12 <http://www.linuxtv.org/wiki/index.php/DVB_USB>
/linux-4.4.14/Documentation/networking/
DREADME.ipw2100194 You can obtain these images from <http://ipw2100.sf.net/firmware.php>.
/linux-4.4.14/drivers/net/usb/
DKconfig587 http://ubuntuforums.org/showpost.php?p=10589647&postcount=17
/linux-4.4.14/arch/arm/tools/
Dmach-types7 # http://www.arm.linux.org.uk/developer/machines/download.php
/linux-4.4.14/Documentation/RCU/
DRTFP.txt644 \url{http://www.linuxsymposium.org/2001/abstracts/readcopy.php}
1483 \url{http://www.linuxsymposium.org/2006/view_abstract.php?content_key=184}
1514 \url{http://www.linuxsymposium.org/2006/view_abstract.php?content_key=184}
/linux-4.4.14/Documentation/development-process/
D4.Coding289 be found at https://sparse.wiki.kernel.org/index.php/Main_Page if your
/linux-4.4.14/drivers/mmc/host/
DKconfig710 web-site http://www.elandigitalsystems.com/support/downloads.php
/linux-4.4.14/drivers/usb/host/
DKconfig656 See also <http://www.elandigitalsystems.com/support/ufaq/u132linux.php>
/linux-4.4.14/arch/blackfin/
DKconfig572 http://docs.blackfin.uclinux.org/doku.php?id=bfin:sdram
/linux-4.4.14/
DMAINTAINERS2503 W: http://bu3sch.de/btgpio.php
2546 W: http://www.linux-c6x.org/wiki/index.php/Main_Page
3018 W: http://www.arm.com/products/processors/technologies/biglittleprocessing.php
3115 W: http://www.ivtvdriver.org/index.php/Cx18
8502 W: http://wiki.enneenne.com/index.php/LinuxPPS_support
9977 W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
10025 W: http://alsa-project.org/main/index.php/ASoC