Home
last modified time | relevance | path

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

/openbmc/linux/include/rdma/
H A Duverbs_named_ioctl.h27 _method_id)[] = { __VA_ARGS__ }; \
29 .id = _method_id, \
30 .handler = UVERBS_HANDLER(_method_id), \
31 .num_attrs = ARRAY_SIZE(UVERBS_METHOD_ATTRS(_method_id)), \
32 .attrs = &UVERBS_METHOD_ATTRS(_method_id), \
41 _method_id)[] = { _handle_attr }; \
43 .id = _method_id, \
45 .num_attrs = ARRAY_SIZE(UVERBS_METHOD_ATTRS(_method_id)), \
46 .attrs = &UVERBS_METHOD_ATTRS(_method_id), \
89 _method_id)[] = { __VA_ARGS__ }; \
[all …]