Home
last modified time | relevance | path

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

/openbmc/linux/include/rdma/
H A Duverbs_ioctl.h954 #define uverbs_get_const_signed(_to, _attrs_bundle, _idx) \ argument
958 _uverbs_get_const_signed(&_val, _attrs_bundle, _idx, \
965 #define uverbs_get_const_unsigned(_to, _attrs_bundle, _idx) \ argument
969 _uverbs_get_const_unsigned(&_val, _attrs_bundle, _idx, \
975 #define uverbs_get_const_default_signed(_to, _attrs_bundle, _idx, _default) \ argument
980 _uverbs_get_const_signed(&_val, _attrs_bundle, _idx, \
987 #define uverbs_get_const_default_unsigned(_to, _attrs_bundle, _idx, _default) \ argument
992 _uverbs_get_const_unsigned(&_val, _attrs_bundle, _idx, \
998 #define uverbs_get_const(_to, _attrs_bundle, _idx) \ argument
1000 uverbs_get_const_signed(_to, _attrs_bundle, _idx) : \
[all …]