Searched defs:sol_ucma (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_ucma/
H A Dsol_ucma.c27 * The sol_ucma driver provides the API for librdmacm library for RDMACM
67 /* sol_ucma internal Header files */
68 #include <sys/ib/clients/of/sol_ucma/sol_ucma.h>
129 static char *sol_ucma_dbg_str = "sol_ucma";
143 sol_ucma_t sol_ucma; variable
206 mutex_init(&sol_ucma.ucma_mutex, NULL, MUTEX_DRIVER, NULL);
207 cv_init(&sol_ucma.ucma_open_cv, NULL, CV_DRIVER, NULL);
210 &sol_ucma.ucma_ldi_ident)) != 0) {
213 mutex_destroy(&sol_ucma
[all...]

Completed in 47 milliseconds