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

/linux-master/drivers/infiniband/core/
H A Duverbs_ioctl.c187 if (array_len < spec->u2.objs_arr.min_len ||
188 array_len > spec->u2.objs_arr.max_len)
216 spec->u2.objs_arr.obj_type, spec->u2.objs_arr.access,
239 spec->u2.objs_arr.access, false, commit,
H A Duverbs_uapi.c147 u8 access = attr->attr.u2.objs_arr.access;
505 return spec->u2.objs_arr.obj_type;
/linux-master/include/rdma/
H A Duverbs_ioctl.h101 } objs_arr; member in union:uverbs_attr_spec::__anon189
497 .u2.objs_arr.obj_type = _idr_type, \
498 .u2.objs_arr.access = _access, \
499 .u2.objs_arr.min_len = _min_len, \
500 .u2.objs_arr.max_len = _max_len, \

Completed in 126 milliseconds