Lines Matching refs:dmp
2877 struct lpfc_dmabufext *dmp;
2891 dmp = kmalloc(sizeof(struct lpfc_dmabufext), GFP_KERNEL);
2892 if (!dmp)
2895 INIT_LIST_HEAD(&dmp->dma.list);
2899 list_add_tail(&dmp->dma.list, &mlist->dma.list);
2901 mlist = dmp;
2904 dmp->dma.virt = dma_alloc_coherent(&pcidev->dev,
2906 &(dmp->dma.phys),
2909 if (!dmp->dma.virt)
2912 dmp->size = cnt;
2917 memset((uint8_t *)dmp->dma.virt, 0, cnt);
2922 bpl->addrLow = le32_to_cpu(putPaddrLow(dmp->dma.phys));
2923 bpl->addrHigh = le32_to_cpu(putPaddrHigh(dmp->dma.phys));
2959 struct lpfc_dmabuf *dmp;
2988 dmp = &rxbuffer->dma;
2994 list_add_tail(&head, &dmp->list);
3039 dmp = list_entry(next, struct lpfc_dmabuf, list);
3053 dmp = list_entry(next, struct lpfc_dmabuf, list);