Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/misc/mic/scif/
Dscif_rma_list.c38 if (curr->va_for_temp < window->va_for_temp) { in scif_insert_tcw()
45 if (curr->va_for_temp > window->va_for_temp) in scif_insert_tcw()
89 u64 start_va_window, start_va_req = req->va_for_temp; in scif_query_tcw()
100 end_va_window = window->va_for_temp + in scif_query_tcw()
107 start_va_window = window->va_for_temp; in scif_query_tcw()
108 end_va_window = window->va_for_temp + in scif_query_tcw()
125 req->va_for_temp = start_va_window; in scif_query_tcw()
Dscif_rma_list.h36 unsigned long va_for_temp; member
Dscif_debugfs.c78 window->unreg_state, window->va_for_temp); in scif_display_window()
Dscif_dma.c139 start_va = window->va_for_temp; in __scif_rma_destroy_tcw()
412 (*out_window)->va_for_temp = addr & PAGE_MASK; in scif_register_temp()
419 *out_offset |= (addr - (*out_window)->va_for_temp); in scif_register_temp()
1746 req.va_for_temp = addr & PAGE_MASK; in scif_rma_copy()
1757 err = scif_register_temp(epd, req.va_for_temp, in scif_rma_copy()
1778 (addr - local_window->va_for_temp); in scif_rma_copy()
Dscif_rma.h249 unsigned long va_for_temp; member