Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/misc/mic/scif/
Dscif_rma.c198 struct scif_allocmsg *alloc = &window->alloc_handle; in scif_destroy_incomplete_window()
214 msg.payload[1] = window->alloc_handle.vaddr; in scif_destroy_incomplete_window()
652 msg.payload[0] = window->alloc_handle.vaddr; in scif_send_scif_unregister()
762 struct scif_allocmsg *alloc = &window->alloc_handle; in scif_send_alloc_request()
771 msg.payload[2] = (u64)&window->alloc_handle; in scif_send_alloc_request()
788 struct scif_allocmsg *alloc = &window->alloc_handle; in scif_prep_remote_window()
830 msg.payload[1] = window->alloc_handle.vaddr; in scif_prep_remote_window()
968 msg.payload[1] = window->alloc_handle.vaddr; in scif_send_scif_register()
1098 alloc_handle); in scif_alloc_gnt_rej()
Dscif_rma.h263 struct scif_allocmsg alloc_handle; member