Searched refs:uverbs_cmd_table (Results 1 – 1 of 1) sorted by relevance
77 static ssize_t (*uverbs_cmd_table[])(struct ib_uverbs_file *file, variable667 return command < ARRAY_SIZE(uverbs_cmd_table) && in verify_command_idx()668 uverbs_cmd_table[command]; in verify_command_idx()771 ret = uverbs_cmd_table[command](file, buf, in ib_uverbs_write()