Searched refs:_command_num (Results 1 – 1 of 1) sorted by relevance
/include/rdma/ |
D | uverbs_ioctl.h | 392 #define DECLARE_UVERBS_WRITE(_command_num, _func, _cmd_desc, ...) \ argument 396 .write = { .is_ex = 0, .command_num = _command_num }, \ 403 #define DECLARE_UVERBS_WRITE_EX(_command_num, _func, _cmd_desc, ...) \ argument 407 .write = { .is_ex = 1, .command_num = _command_num }, \
|