Home
last modified time | relevance | path

Searched refs:mmn (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/misc/mic/scif/
Dscif_dma.c122 void __scif_rma_destroy_tcw(struct scif_mmu_notif *mmn, in __scif_rma_destroy_tcw() argument
134 list_for_each_safe(item, tmp, &mmn->tc_reg_list) { in __scif_rma_destroy_tcw()
149 static void scif_rma_destroy_tcw(struct scif_mmu_notif *mmn, u64 start, u64 len) in scif_rma_destroy_tcw() argument
151 struct scif_endpt *ep = mmn->ep; in scif_rma_destroy_tcw()
154 __scif_rma_destroy_tcw(mmn, ep, start, len); in scif_rma_destroy_tcw()
161 struct scif_mmu_notif *mmn; in scif_rma_destroy_tcw_ep() local
164 mmn = list_entry(item, struct scif_mmu_notif, list); in scif_rma_destroy_tcw_ep()
165 scif_rma_destroy_tcw(mmn, 0, ULONG_MAX); in scif_rma_destroy_tcw_ep()
172 struct scif_mmu_notif *mmn; in __scif_rma_destroy_tcw_ep() local
176 mmn = list_entry(item, struct scif_mmu_notif, list); in __scif_rma_destroy_tcw_ep()
[all …]