Searched refs:_attrs_bundle (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.15/include/rdma/ |
| D | uverbs_ioctl.h | 946 #define uverbs_get_const_signed(_to, _attrs_bundle, _idx) \ argument 950 _uverbs_get_const_signed(&_val, _attrs_bundle, _idx, \ 957 #define uverbs_get_const_unsigned(_to, _attrs_bundle, _idx) \ argument 961 _uverbs_get_const_unsigned(&_val, _attrs_bundle, _idx, \ 967 #define uverbs_get_const_default_signed(_to, _attrs_bundle, _idx, _default) \ argument 972 _uverbs_get_const_signed(&_val, _attrs_bundle, _idx, \ 979 #define uverbs_get_const_default_unsigned(_to, _attrs_bundle, _idx, _default) \ argument 984 _uverbs_get_const_unsigned(&_val, _attrs_bundle, _idx, \ 990 #define uverbs_get_const(_to, _attrs_bundle, _idx) \ argument 992 uverbs_get_const_signed(_to, _attrs_bundle, _idx) : \ [all …]
|