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