Home
last modified time | relevance | path

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

/Linux-v4.19/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
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/
Dfs_core.c1128 static struct mlx5_flow_handle *alloc_handle(int num_rules) in alloc_handle() function
1170 handle = alloc_handle((dest_num) ? dest_num : 1); in create_flow_handle()