Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/misc/mic/scif/
Dscif_rma.c189 struct scif_allocmsg *alloc = &window->alloc_handle; in scif_destroy_incomplete_window()
205 msg.payload[1] = window->alloc_handle.vaddr; in scif_destroy_incomplete_window()
634 msg.payload[0] = window->alloc_handle.vaddr; in scif_send_scif_unregister()
744 struct scif_allocmsg *alloc = &window->alloc_handle; in scif_send_alloc_request()
753 msg.payload[2] = (u64)&window->alloc_handle; in scif_send_alloc_request()
770 struct scif_allocmsg *alloc = &window->alloc_handle; in scif_prep_remote_window()
812 msg.payload[1] = window->alloc_handle.vaddr; in scif_prep_remote_window()
950 msg.payload[1] = window->alloc_handle.vaddr; in scif_send_scif_register()
1080 alloc_handle); in scif_alloc_gnt_rej()
Dscif_rma.h276 struct scif_allocmsg alloc_handle; member
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/
Dfs_core.c1190 static struct mlx5_flow_handle *alloc_handle(int num_rules) in alloc_handle() function
1232 handle = alloc_handle((dest_num) ? dest_num : 1); in create_flow_handle()