Home
last modified time | relevance | path

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

/freebsd-src/sys/ofed/drivers/infiniband/core/
H A Dib_ucma.c1580 static ssize_t (*ucma_cmd_table[])(struct ucma_file *file, variable
1624 if (hdr.cmd >= ARRAY_SIZE(ucma_cmd_table)) in ucma_write()
1630 if (!ucma_cmd_table[hdr.cmd]) in ucma_write()
1633 ret = ucma_cmd_table[hdr.cmd](file, buf + sizeof(hdr), hdr.in, hdr.out); in ucma_write()