Searched refs:_command_num (Results 1 – 1 of 1) sorted by relevance
/kernel/linux/linux-5.10/include/rdma/ |
D | uverbs_ioctl.h | 365 #define DECLARE_UVERBS_WRITE(_command_num, _func, _cmd_desc, ...) \ argument 369 .write = { .is_ex = 0, .command_num = _command_num }, \ 376 #define DECLARE_UVERBS_WRITE_EX(_command_num, _func, _cmd_desc, ...) \ argument 380 .write = { .is_ex = 1, .command_num = _command_num }, \
|