Searched refs:_command_num (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/include/rdma/ |
H A D | uverbs_ioctl.h | 366 #define DECLARE_UVERBS_WRITE(_command_num, _func, _cmd_desc, ...) \ argument 370 .write = { .is_ex = 0, .command_num = _command_num }, \ 377 #define DECLARE_UVERBS_WRITE_EX(_command_num, _func, _cmd_desc, ...) \ argument 381 .write = { .is_ex = 1, .command_num = _command_num }, \
|