Searched refs:dmp (Results 1 – 9 of 9) sorted by relevance
/linux-4.4.14/arch/arm64/boot/dts/marvell/ |
D | Makefile | 1 dtb-$(CONFIG_ARCH_BERLIN) += berlin4ct-dmp.dtb
|
D | berlin4ct-dmp.dts | 51 compatible = "marvell,berlin4ct-dmp", "marvell,berlin4ct", "marvell,berlin";
|
/linux-4.4.14/fs/jfs/ |
D | jfs_imap.c | 868 struct metapage *mp, *amp, *bmp, *cmp, *dmp; in diFree() local 1044 amp = bmp = cmp = dmp = NULL; in diFree() 1125 diIAGRead(imap, inofreeback, &dmp))) in diFree() 1127 diagp = (struct iag *) dmp->data; in diFree() 1237 if (dmp) in diFree() 1238 write_metapage(dmp); in diFree() 1299 if (dmp) in diFree() 1300 release_metapage(dmp); in diFree() 2174 struct metapage *amp, *bmp, *cmp, *dmp; in diNewExt() local 2287 dmp = get_metapage(ipimap, blkno + i, PSIZE, 1); in diNewExt() [all …]
|
/linux-4.4.14/drivers/scsi/lpfc/ |
D | lpfc_bsg.c | 2764 struct lpfc_dmabufext *dmp; in diag_cmd_data_alloc() local 2778 dmp = kmalloc(sizeof(struct lpfc_dmabufext), GFP_KERNEL); in diag_cmd_data_alloc() 2779 if (!dmp) in diag_cmd_data_alloc() 2782 INIT_LIST_HEAD(&dmp->dma.list); in diag_cmd_data_alloc() 2786 list_add_tail(&dmp->dma.list, &mlist->dma.list); in diag_cmd_data_alloc() 2788 mlist = dmp; in diag_cmd_data_alloc() 2791 dmp->dma.virt = dma_alloc_coherent(&pcidev->dev, in diag_cmd_data_alloc() 2793 &(dmp->dma.phys), in diag_cmd_data_alloc() 2796 if (!dmp->dma.virt) in diag_cmd_data_alloc() 2799 dmp->size = cnt; in diag_cmd_data_alloc() [all …]
|
/linux-4.4.14/arch/arm/boot/dts/ |
D | berlin2q-marvell-dmp.dts | 44 compatible = "marvell,berlin2q-dmp", "marvell,berlin2q", "marvell,berlin";
|
D | Makefile | 94 berlin2q-marvell-dmp.dtb
|
/linux-4.4.14/drivers/message/fusion/ |
D | mptbase.c | 6640 int scsi, fc, sas, lan, ctl, targ, dmp; in mpt_version_proc_show() local 6646 scsi = fc = sas = lan = ctl = targ = dmp = 0; in mpt_version_proc_show()
|
/linux-4.4.14/Documentation/scsi/ |
D | ChangeLog.lpfc | 1465 * Replace mlist->dma.list = dmp->dma.list; to mlist = dmp.
|
/linux-4.4.14/Documentation/ |
D | devices.txt | 2720 0 = /dev/vx/dmp/* First multipath device 2721 1 = /dev/vx/dmp/* Second multipath device
|