Lines Matching refs:mlast
141 struct lpfc_dmabuf *mlast, *next_mlast;
144 list_for_each_entry_safe(mlast, next_mlast, &mlist->list,
146 lpfc_mbuf_free(phba, mlast->virt, mlast->phys);
147 list_del(&mlast->list);
148 kfree(mlast);
881 struct lpfc_dmabufext *mlast;
894 mlast = list_entry(curr, struct lpfc_dmabufext , dma.list);
895 if (mlast->dma.virt)
897 mlast->size,
898 mlast->dma.virt,
899 mlast->dma.phys);
900 kfree(mlast);