Searched refs:ucma_cmd_table (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/infiniband/core/
H A Ducma.c1686 static ssize_t (*ucma_cmd_table[])(struct ucma_file *file, variable
1733 if (hdr.cmd >= ARRAY_SIZE(ucma_cmd_table))
1735 hdr.cmd = array_index_nospec(hdr.cmd, ARRAY_SIZE(ucma_cmd_table));
1740 if (!ucma_cmd_table[hdr.cmd])
1743 ret = ucma_cmd_table[hdr.cmd](file, buf + sizeof(hdr), hdr.in, hdr.out);

Completed in 134 milliseconds