Home
last modified time | relevance | path

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

/NextBSD/sys/ofed/drivers/infiniband/core/
HDuverbs_main.c108 static ssize_t (*uverbs_cmd_table[])(struct ib_uverbs_file *file, variable
909 if (command >= ARRAY_SIZE(uverbs_cmd_table) || in ib_uverbs_write()
910 !uverbs_cmd_table[command]) in ib_uverbs_write()
923 ret = uverbs_cmd_table[command](file, in ib_uverbs_write()