Lines Matching refs:dmp
2805 struct lpfc_dmabufext *dmp;
2819 dmp = kmalloc(sizeof(struct lpfc_dmabufext), GFP_KERNEL);
2820 if (!dmp)
2823 INIT_LIST_HEAD(&dmp->dma.list);
2827 list_add_tail(&dmp->dma.list, &mlist->dma.list);
2829 mlist = dmp;
2832 dmp->dma.virt = dma_alloc_coherent(&pcidev->dev,
2834 &(dmp->dma.phys),
2837 if (!dmp->dma.virt)
2840 dmp->size = cnt;
2845 memset((uint8_t *)dmp->dma.virt, 0, cnt);
2850 bpl->addrLow = le32_to_cpu(putPaddrLow(dmp->dma.phys));
2851 bpl->addrHigh = le32_to_cpu(putPaddrHigh(dmp->dma.phys));
2887 struct lpfc_dmabuf *dmp;
2916 dmp = &rxbuffer->dma;
2921 list_add_tail(&head, &dmp->list);
2966 dmp = list_entry(next, struct lpfc_dmabuf, list);
2980 dmp = list_entry(next, struct lpfc_dmabuf, list);