Searched refs:method_key (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/infiniband/core/
H A Duverbs_uapi.c64 u32 method_key = obj_key; local
68 method_key |= uapi_key_write_ex_method(def->write.command_num);
70 method_key |= uapi_key_write_method(def->write.command_num);
72 method_elm = uapi_add_get_elm(uapi, method_key, sizeof(*method_elm),
93 *cur_method_key = method_key;
102 u32 method_key = obj_key | uapi_key_ioctl_method(method->id); local
110 method_elm = uapi_add_get_elm(uapi, method_key, sizeof(*method_elm),
155 uapi_add_elm(uapi, method_key | uapi_key_attr(attr->id),
226 u32 method_key)
242 uapi_key_is_ioctl_method(method_key)) {
223 uapi_disable_elm(struct uverbs_api *uapi, const struct uapi_definition *def, u32 obj_key, u32 method_key) argument
352 uapi_finalize_ioctl_method(struct uverbs_api *uapi, struct uverbs_api_ioctl_method *method_elm, u32 method_key) argument
492 uapi_remove_method(struct uverbs_api *uapi, u32 method_key) argument
[all...]
H A Duverbs_ioctl.c56 u32 method_key; member in struct:bundle_priv
391 pbundle->method_key | attr_key);
538 pbundle->method_key | uapi_bkey_to_key_attr(i));
599 pbundle->method_key = attrs_iter.index;

Completed in 151 milliseconds