Searched refs:uverbs_ex_cmd_table (Results 1 – 1 of 1) sorted by relevance
117 static int (*uverbs_ex_cmd_table[])(struct ib_uverbs_file *file, variable664 return command < ARRAY_SIZE(uverbs_ex_cmd_table) && in verify_command_idx()665 uverbs_ex_cmd_table[command]; in verify_command_idx()790 ret = uverbs_ex_cmd_table[command](file, &ucore, &uhw); in ib_uverbs_write()