Home
last modified time | relevance | path

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

/linux/drivers/infiniband/core/
H A Duverbs_std_types_wq.c58 ret = uverbs_get_const(&wq_init_attr.wq_type, attrs, in UVERBS_HANDLER()
H A Duverbs_std_types_dmabuf.c102 ret = uverbs_get_const(&pg_off, attrs, UVERBS_ATTR_ALLOC_DMABUF_PGOFF); in UVERBS_HANDLER()
H A Duverbs_std_types_srq.c62 ret = uverbs_get_const(&attr.srq_type, attrs, in UVERBS_HANDLER()
/linux/include/rdma/
H A Duverbs_ioctl.h1020 #define uverbs_get_const(_to, _attrs_bundle, _idx) \ macro