Home
last modified time | relevance | path

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

/drivers/infiniband/core/
Duverbs_main.c80 static ssize_t (*uverbs_cmd_table[])(struct ib_uverbs_file *file, variable
586 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()