Searched refs:uverbs_copy_to_struct_or_zero (Results 1 – 7 of 7) sorted by relevance
/linux/drivers/infiniband/core/ |
A D | uverbs_std_types_device.c | 207 return uverbs_copy_to_struct_or_zero(attrs, UVERBS_ATTR_QUERY_PORT_RESP, in UVERBS_HANDLER() 425 ret = uverbs_copy_to_struct_or_zero( in UVERBS_HANDLER()
|
A D | uverbs_ioctl.c | 802 int uverbs_copy_to_struct_or_zero(const struct uverbs_attr_bundle *bundle, in uverbs_copy_to_struct_or_zero() function 817 EXPORT_SYMBOL(uverbs_copy_to_struct_or_zero);
|
A D | uverbs_std_types_qp.c | 269 ret = uverbs_copy_to_struct_or_zero(attrs, in UVERBS_HANDLER()
|
A D | uverbs_cmd.c | 64 return uverbs_copy_to_struct_or_zero( in uverbs_response()
|
/linux/drivers/infiniband/hw/mlx5/ |
A D | std_types.c | 182 return uverbs_copy_to_struct_or_zero(attrs, MLX5_IB_ATTR_QUERY_PORT, &info, in UVERBS_HANDLER()
|
A D | main.c | 2012 ret = uverbs_copy_to_struct_or_zero(attrs, in mlx5_ib_query_ucontext()
|
/linux/include/rdma/ |
A D | uverbs_ioctl.h | 886 int uverbs_copy_to_struct_or_zero(const struct uverbs_attr_bundle *bundle, 924 uverbs_copy_to_struct_or_zero(const struct uverbs_attr_bundle *bundle, in uverbs_copy_to_struct_or_zero() function
|
Completed in 26 milliseconds