Searched refs:ucm_cmd_table (Results 1 – 1 of 1) sorted by relevance
1078 static ssize_t (*ucm_cmd_table[])(struct ib_ucm_file *file, variable1117 if (hdr.cmd >= ARRAY_SIZE(ucm_cmd_table)) in ib_ucm_write()1123 result = ucm_cmd_table[hdr.cmd](file, buf + sizeof(hdr), in ib_ucm_write()