Searched refs:objs_arr (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/include/rdma/ |
H A D | uverbs_ioctl.h | 100 } objs_arr; member 494 .u2.objs_arr.obj_type = _idr_type, \ 495 .u2.objs_arr.access = _access, \ 496 .u2.objs_arr.min_len = _min_len, \ 497 .u2.objs_arr.max_len = _max_len, \
|
/kernel/linux/linux-6.6/include/rdma/ |
H A D | uverbs_ioctl.h | 101 } objs_arr; member 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, \
|
/kernel/linux/linux-5.10/drivers/infiniband/core/ |
H A D | uverbs_ioctl.c | 182 if (array_len < spec->u2.objs_arr.min_len || in uverbs_process_idrs_array() 183 array_len > spec->u2.objs_arr.max_len) in uverbs_process_idrs_array() 211 spec->u2.objs_arr.obj_type, spec->u2.objs_arr.access, in uverbs_process_idrs_array() 234 spec->u2.objs_arr.access, false, commit, in uverbs_free_idrs_array()
|
H A D | uverbs_uapi.c | 150 u8 access = attr->attr.u2.objs_arr.access; in uapi_merge_method() 508 return spec->u2.objs_arr.obj_type; in uapi_get_obj_id()
|
/kernel/linux/linux-6.6/drivers/infiniband/core/ |
H A D | uverbs_ioctl.c | 182 if (array_len < spec->u2.objs_arr.min_len || in uverbs_process_idrs_array() 183 array_len > spec->u2.objs_arr.max_len) in uverbs_process_idrs_array() 211 spec->u2.objs_arr.obj_type, spec->u2.objs_arr.access, in uverbs_process_idrs_array() 234 spec->u2.objs_arr.access, false, commit, in uverbs_free_idrs_array()
|
H A D | uverbs_uapi.c | 147 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()
|
Completed in 13 milliseconds