Searched refs:dmp (Results 1 – 2 of 2) sorted by relevance
/drivers/scsi/lpfc/ |
D | lpfc_bsg.c | 2571 struct lpfc_dmabufext *dmp; in diag_cmd_data_alloc() local 2585 dmp = kmalloc(sizeof(struct lpfc_dmabufext), GFP_KERNEL); in diag_cmd_data_alloc() 2586 if (!dmp) in diag_cmd_data_alloc() 2589 INIT_LIST_HEAD(&dmp->dma.list); in diag_cmd_data_alloc() 2593 list_add_tail(&dmp->dma.list, &mlist->dma.list); in diag_cmd_data_alloc() 2595 mlist = dmp; in diag_cmd_data_alloc() 2598 dmp->dma.virt = dma_alloc_coherent(&pcidev->dev, in diag_cmd_data_alloc() 2600 &(dmp->dma.phys), in diag_cmd_data_alloc() 2603 if (!dmp->dma.virt) in diag_cmd_data_alloc() 2606 dmp->size = cnt; in diag_cmd_data_alloc() [all …]
|
/drivers/message/fusion/ |
D | mptbase.c | 6672 int scsi, fc, sas, lan, ctl, targ, dmp; in mpt_version_proc_show() local 6678 scsi = fc = sas = lan = ctl = targ = dmp = 0; in mpt_version_proc_show()
|