Home
last modified time | relevance | path

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

/Linux-v4.19/include/rdma/
Duverbs_ioctl.h326 #define UVERBS_ATTR_IDR(_attr_id, _idr_type, _access, ...) \ argument
328 .id = _attr_id, \
334 #define UVERBS_ATTR_FD(_attr_id, _fd_type, _access, ...) \ argument
336 .id = (_attr_id) + \
344 #define UVERBS_ATTR_PTR_IN(_attr_id, _type, ...) \ argument
346 .id = _attr_id, \
351 #define UVERBS_ATTR_PTR_OUT(_attr_id, _type, ...) \ argument
353 .id = _attr_id, \
359 #define UVERBS_ATTR_ENUM_IN(_attr_id, _enum_arr, ...) \ argument
361 .id = _attr_id, \
[all …]