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

/freebsd-13-stable/sys/ofed/drivers/infiniband/core/
H A Dib_ucm.c1080 static ssize_t (*ucm_cmd_table[])(struct ib_ucm_file *file, variable
1119 if (hdr.cmd >= ARRAY_SIZE(ucm_cmd_table))
1125 result = ucm_cmd_table[hdr.cmd](file, buf + sizeof(hdr),

Completed in 99 milliseconds