Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/infiniband/core/
Duverbs_main.c117 static int (*uverbs_ex_cmd_table[])(struct ib_uverbs_file *file, variable
664 return command < ARRAY_SIZE(uverbs_ex_cmd_table) && in verify_command_idx()
665 uverbs_ex_cmd_table[command]; in verify_command_idx()
790 ret = uverbs_ex_cmd_table[command](file, &ucore, &uhw); in ib_uverbs_write()