Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/misc/mic/scif/
Dscif_dma.c117 void __scif_rma_destroy_tcw(struct scif_mmu_notif *mmn, in __scif_rma_destroy_tcw() argument
128 list_for_each_safe(item, tmp, &mmn->tc_reg_list) { in __scif_rma_destroy_tcw()
142 static void scif_rma_destroy_tcw(struct scif_mmu_notif *mmn, u64 start, u64 len) in scif_rma_destroy_tcw() argument
144 struct scif_endpt *ep = mmn->ep; in scif_rma_destroy_tcw()
147 __scif_rma_destroy_tcw(mmn, start, len); in scif_rma_destroy_tcw()
154 struct scif_mmu_notif *mmn; in scif_rma_destroy_tcw_ep() local
157 mmn = list_entry(item, struct scif_mmu_notif, list); in scif_rma_destroy_tcw_ep()
158 scif_rma_destroy_tcw(mmn, 0, ULONG_MAX); in scif_rma_destroy_tcw_ep()
165 struct scif_mmu_notif *mmn; in __scif_rma_destroy_tcw_ep() local
169 mmn = list_entry(item, struct scif_mmu_notif, list); in __scif_rma_destroy_tcw_ep()
[all …]