Home
last modified time | relevance | path

Searched refs:uverbs_cmd_table (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/infiniband/core/
Duverbs_main.c83 static ssize_t (*uverbs_cmd_table[])(struct ib_uverbs_file *file, variable
639 if (command >= ARRAY_SIZE(uverbs_cmd_table) || in ib_uverbs_write()
640 !uverbs_cmd_table[command]) in ib_uverbs_write()
653 return uverbs_cmd_table[command](file, in ib_uverbs_write()