Lines Matching refs:mlast
137 struct lpfc_dmabuf *mlast, *next_mlast; in lpfc_free_bsg_buffers() local
140 list_for_each_entry_safe(mlast, next_mlast, &mlist->list, in lpfc_free_bsg_buffers()
142 lpfc_mbuf_free(phba, mlast->virt, mlast->phys); in lpfc_free_bsg_buffers()
143 list_del(&mlast->list); in lpfc_free_bsg_buffers()
144 kfree(mlast); in lpfc_free_bsg_buffers()
868 struct lpfc_dmabufext *mlast; in diag_cmd_data_free() local
881 mlast = list_entry(curr, struct lpfc_dmabufext , dma.list); in diag_cmd_data_free()
882 if (mlast->dma.virt) in diag_cmd_data_free()
884 mlast->size, in diag_cmd_data_free()
885 mlast->dma.virt, in diag_cmd_data_free()
886 mlast->dma.phys); in diag_cmd_data_free()
887 kfree(mlast); in diag_cmd_data_free()