Searched refs:mmn (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.4/drivers/misc/mic/scif/ |
| D | scif_dma.c | 108 void __scif_rma_destroy_tcw(struct scif_mmu_notif *mmn, in __scif_rma_destroy_tcw() argument 119 list_for_each_safe(item, tmp, &mmn->tc_reg_list) { in __scif_rma_destroy_tcw() 133 static void scif_rma_destroy_tcw(struct scif_mmu_notif *mmn, u64 start, u64 len) in scif_rma_destroy_tcw() argument 135 struct scif_endpt *ep = mmn->ep; in scif_rma_destroy_tcw() 138 __scif_rma_destroy_tcw(mmn, start, len); in scif_rma_destroy_tcw() 145 struct scif_mmu_notif *mmn; in scif_rma_destroy_tcw_ep() local 148 mmn = list_entry(item, struct scif_mmu_notif, list); in scif_rma_destroy_tcw_ep() 149 scif_rma_destroy_tcw(mmn, 0, ULONG_MAX); in scif_rma_destroy_tcw_ep() 156 struct scif_mmu_notif *mmn; in __scif_rma_destroy_tcw_ep() local 160 mmn = list_entry(item, struct scif_mmu_notif, list); in __scif_rma_destroy_tcw_ep() [all …]
|