Searched refs:_attr_id (Results 1 – 1 of 1) sorted by relevance
| /linux/include/rdma/ |
| H A D | uverbs_ioctl.h | 486 #define UVERBS_ATTR_IDRS_ARR(_attr_id, _idr_type, _access, _min_len, _max_len, \ argument 489 .id = (_attr_id) + \ 509 #define UVERBS_ATTR_IDR(_attr_id, _idr_type, _access, ...) \ argument 511 .id = _attr_id, \ 517 #define UVERBS_ATTR_FD(_attr_id, _fd_type, _access, ...) \ argument 519 .id = (_attr_id) + \ 527 #define UVERBS_ATTR_RAW_FD(_attr_id, ...) \ argument 529 .id = (_attr_id), \ 532 #define UVERBS_ATTR_PTR_IN(_attr_id, _type, ...) \ argument 534 .id = _attr_id, \ [all …]
|