Home
last modified time | relevance | path

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

/Linux-v5.4/include/rdma/
Duverbs_ioctl.h511 #define UVERBS_ATTR_IDRS_ARR(_attr_id, _idr_type, _access, _min_len, _max_len, \ argument
514 .id = (_attr_id) + \
534 #define UVERBS_ATTR_IDR(_attr_id, _idr_type, _access, ...) \ argument
536 .id = _attr_id, \
542 #define UVERBS_ATTR_FD(_attr_id, _fd_type, _access, ...) \ argument
544 .id = (_attr_id) + \
552 #define UVERBS_ATTR_PTR_IN(_attr_id, _type, ...) \ argument
554 .id = _attr_id, \
559 #define UVERBS_ATTR_PTR_OUT(_attr_id, _type, ...) \ argument
561 .id = _attr_id, \
[all …]