Home
last modified time | relevance | path

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

/Linux-v5.4/include/rdma/
Duverbs_ioctl.h127 } objs_arr; member
522 .u2.objs_arr.obj_type = _idr_type, \
523 .u2.objs_arr.access = _access, \
524 .u2.objs_arr.min_len = _min_len, \
525 .u2.objs_arr.max_len = _max_len, \
/Linux-v5.4/drivers/infiniband/core/
Duverbs_ioctl.c181 if (array_len < spec->u2.objs_arr.min_len || in uverbs_process_idrs_array()
182 array_len > spec->u2.objs_arr.max_len) in uverbs_process_idrs_array()
210 spec->u2.objs_arr.obj_type, spec->u2.objs_arr.access, in uverbs_process_idrs_array()
234 spec->u2.objs_arr.access, in uverbs_free_idrs_array()
Duverbs_uapi.c150 u8 access = attr->attr.u2.objs_arr.access; in uapi_merge_method()
505 return spec->u2.objs_arr.obj_type; in uapi_get_obj_id()