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