Searched refs:uverbs_cmd_table (Results 1 – 1 of 1) sorted by relevance
83 static ssize_t (*uverbs_cmd_table[])(struct ib_uverbs_file *file, variable718 if (command >= ARRAY_SIZE(uverbs_cmd_table) || in ib_uverbs_write()719 !uverbs_cmd_table[command]) { in ib_uverbs_write()740 ret = uverbs_cmd_table[command](file, ib_dev, in ib_uverbs_write()