Lines Matching refs:mlast
132 struct lpfc_dmabuf *mlast, *next_mlast;
135 list_for_each_entry_safe(mlast, next_mlast, &mlist->list,
137 list_del(&mlast->list);
138 lpfc_mbuf_free(phba, mlast->virt, mlast->phys);
139 kfree(mlast);
857 struct lpfc_dmabufext *mlast;
870 mlast = list_entry(curr, struct lpfc_dmabufext , dma.list);
871 if (mlast->dma.virt)
873 mlast->size,
874 mlast->dma.virt,
875 mlast->dma.phys);
876 kfree(mlast);