Searched refs:uverbs_cmd_table (Results 1 – 1 of 1) sorted by relevance
80 static ssize_t (*uverbs_cmd_table[])(struct ib_uverbs_file *file, variable586 hdr.command >= ARRAY_SIZE(uverbs_cmd_table) || in ib_uverbs_write()587 !uverbs_cmd_table[hdr.command] || in ib_uverbs_write()595 return uverbs_cmd_table[hdr.command](file, buf + sizeof hdr, in ib_uverbs_write()