Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/misc/mic/scif/
Dscif_rma_list.c29 if (curr->va_for_temp < window->va_for_temp) { in scif_insert_tcw()
36 if (curr->va_for_temp > window->va_for_temp) in scif_insert_tcw()
80 u64 start_va_window, start_va_req = req->va_for_temp; in scif_query_tcw()
91 end_va_window = window->va_for_temp + in scif_query_tcw()
98 start_va_window = window->va_for_temp; in scif_query_tcw()
99 end_va_window = window->va_for_temp + in scif_query_tcw()
116 req->va_for_temp = start_va_window; in scif_query_tcw()
Dscif_rma_list.h27 unsigned long va_for_temp; member
Dscif_debugfs.c53 window->unreg_state, window->va_for_temp); in scif_display_window()
Dscif_dma.c123 start_va = window->va_for_temp; in __scif_rma_destroy_tcw()
379 (*out_window)->va_for_temp = addr & PAGE_MASK; in scif_register_temp()
386 *out_offset |= (addr - (*out_window)->va_for_temp); in scif_register_temp()
1706 req.va_for_temp = addr & PAGE_MASK; in scif_rma_copy()
1717 err = scif_register_temp(epd, req.va_for_temp, in scif_rma_copy()
1738 (addr - local_window->va_for_temp); in scif_rma_copy()
Dscif_rma.h262 unsigned long va_for_temp; member