Home
last modified time | relevance | path

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

/drivers/infiniband/core/
Ducm.c722 struct ib_user_path_rec upath; in ib_ucm_path_get() local
734 if (copy_from_user(&upath, (void __user *)(unsigned long)src, in ib_ucm_path_get()
735 sizeof(upath))) { in ib_ucm_path_get()
741 ib_copy_path_rec_from_user(sa_path, &upath); in ib_ucm_path_get()