Searched refs:dmp (Results 1 - 6 of 6) sorted by relevance
/linux-4.4.14/arch/arm64/boot/dts/marvell/ |
H A D | Makefile | 1 dtb-$(CONFIG_ARCH_BERLIN) += berlin4ct-dmp.dtb
|
/linux-4.4.14/drivers/scsi/lpfc/ |
H A D | lpfc_bsg.c | 2764 struct lpfc_dmabufext *dmp; diag_cmd_data_alloc() local 2778 dmp = kmalloc(sizeof(struct lpfc_dmabufext), GFP_KERNEL); diag_cmd_data_alloc() 2779 if (!dmp) diag_cmd_data_alloc() 2782 INIT_LIST_HEAD(&dmp->dma.list); diag_cmd_data_alloc() 2786 list_add_tail(&dmp->dma.list, &mlist->dma.list); diag_cmd_data_alloc() 2788 mlist = dmp; diag_cmd_data_alloc() 2791 dmp->dma.virt = dma_alloc_coherent(&pcidev->dev, diag_cmd_data_alloc() 2793 &(dmp->dma.phys), diag_cmd_data_alloc() 2796 if (!dmp->dma.virt) diag_cmd_data_alloc() 2799 dmp->size = cnt; diag_cmd_data_alloc() 2804 dmp->dma.phys, LPFC_BPL_SIZE, PCI_DMA_TODEVICE); diag_cmd_data_alloc() 2807 memset((uint8_t *)dmp->dma.virt, 0, cnt); diag_cmd_data_alloc() 2812 bpl->addrLow = le32_to_cpu(putPaddrLow(dmp->dma.phys)); diag_cmd_data_alloc() 2813 bpl->addrHigh = le32_to_cpu(putPaddrHigh(dmp->dma.phys)); diag_cmd_data_alloc() 2850 struct lpfc_dmabuf *dmp; lpfcdiag_loop_post_rxbufs() local 2877 dmp = &rxbuffer->dma; lpfcdiag_loop_post_rxbufs() 2883 list_add_tail(&head, &dmp->list); lpfcdiag_loop_post_rxbufs() 2928 dmp = list_entry(next, struct lpfc_dmabuf, list); lpfcdiag_loop_post_rxbufs() 2942 dmp = list_entry(next, struct lpfc_dmabuf, list); lpfcdiag_loop_post_rxbufs()
|
/linux-4.4.14/fs/jfs/ |
H A D | jfs_imap.c | 868 struct metapage *mp, *amp, *bmp, *cmp, *dmp; diFree() local 1044 amp = bmp = cmp = dmp = NULL; diFree() 1125 diIAGRead(imap, inofreeback, &dmp))) diFree() 1127 diagp = (struct iag *) dmp->data; diFree() 1237 if (dmp) diFree() 1238 write_metapage(dmp); diFree() 1299 if (dmp) diFree() 1300 release_metapage(dmp); diFree() 2174 struct metapage *amp, *bmp, *cmp, *dmp; diNewExt() local 2287 dmp = get_metapage(ipimap, blkno + i, PSIZE, 1); diNewExt() 2288 if (dmp == NULL) { diNewExt() 2292 dp = (struct dinode *) dmp->data; diNewExt() 2306 write_metapage(dmp); diNewExt()
|
/linux-4.4.14/drivers/parisc/ |
H A D | led.c | 23 * David Pye <dmp@davidmpye.dyndns.org>
|
/linux-4.4.14/arch/arm/boot/dts/ |
H A D | Makefile | 94 berlin2q-marvell-dmp.dtb
|
/linux-4.4.14/drivers/message/fusion/ |
H A D | mptbase.c | 6640 int scsi, fc, sas, lan, ctl, targ, dmp; mpt_version_proc_show() local 6646 scsi = fc = sas = lan = ctl = targ = dmp = 0; mpt_version_proc_show()
|
Completed in 277 milliseconds