Home
last modified time | relevance | path

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

/NextBSD/sys/ofed/drivers/infiniband/core/
HDuverbs_main.c147 static int (*uverbs_ex_cmd_table[])(struct ib_uverbs_file *file, variable
936 if (command >= ARRAY_SIZE(uverbs_ex_cmd_table) || in ib_uverbs_write()
937 !uverbs_ex_cmd_table[command]) in ib_uverbs_write()
978 ret = uverbs_ex_cmd_table[command](file, &ucore, &uhw); in ib_uverbs_write()