Home
last modified time | relevance | path

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

/linux/drivers/infiniband/core/
H A Duverbs_std_types_device.c208 return uverbs_copy_to_struct_or_zero(attrs, UVERBS_ATTR_QUERY_PORT_RESP, in UVERBS_HANDLER()
426 ret = uverbs_copy_to_struct_or_zero( in UVERBS_HANDLER()
H A Duverbs_std_types_qp.c269 ret = uverbs_copy_to_struct_or_zero(attrs, in UVERBS_HANDLER()
H A Duverbs_ioctl.c822 int uverbs_copy_to_struct_or_zero(const struct uverbs_attr_bundle *bundle, in uverbs_copy_to_struct_or_zero() function
837 EXPORT_SYMBOL(uverbs_copy_to_struct_or_zero);
H A Duverbs_cmd.c64 return uverbs_copy_to_struct_or_zero( in uverbs_response()
/linux/drivers/infiniband/hw/mlx5/
H A Dstd_types.c182 return uverbs_copy_to_struct_or_zero(attrs, MLX5_IB_ATTR_QUERY_PORT, &info, in UVERBS_HANDLER()
H A Dmain.c2032 ret = uverbs_copy_to_struct_or_zero(attrs, in mlx5_ib_query_ucontext()
/linux/include/rdma/
H A Duverbs_ioctl.h896 int uverbs_copy_to_struct_or_zero(const struct uverbs_attr_bundle *bundle,
934 uverbs_copy_to_struct_or_zero(const struct uverbs_attr_bundle *bundle, in uverbs_copy_to_struct_or_zero() function