Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_uverbs/
H A Dsol_uverbs.c1156 uverbs_uctxt_uobj_t *async_uctxt; in sol_uverbs_close() local
1158 async_uctxt = uverbs_uobj_get_uctxt_write( in sol_uverbs_close()
1161 if (!async_uctxt) { in sol_uverbs_close()
1169 async_uctxt->uctxt_verbs_id = 0; in sol_uverbs_close()
1172 sol_ofs_uobj_put(&async_uctxt->uobj); in sol_uverbs_close()
1323 uverbs_uctxt_uobj_t *async_uctxt; in sol_uverbs_get_context() local
1366 async_uctxt = uverbs_uobj_get_uctxt_read(async_id - in sol_uverbs_get_context()
1368 if (async_uctxt == NULL) { in sol_uverbs_get_context()
1373 if (async_uctxt->uctxt_type != SOL_UVERBS_UCTXT_EVENT || in sol_uverbs_get_context()
1374 async_uctxt->uctxt_verbs_id != 0) { in sol_uverbs_get_context()
[all …]