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

/drivers/infiniband/core/
H A Ducm.c1077 static ssize_t (*ucm_cmd_table[])(struct ib_ucm_file *file, variable
1113 if (hdr.cmd >= ARRAY_SIZE(ucm_cmd_table))
1119 result = ucm_cmd_table[hdr.cmd](file, buf + sizeof(hdr),

Completed in 627 milliseconds