Lines Matching refs:_attr_id
326 #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, \
373 #define UVERBS_ATTR_FLAGS_IN(_attr_id, _enum_type, ...) \ argument
375 _attr_id, \