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

/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_uverbs/
H A Dsol_uverbs.c935 if (uctxt->uctxt_type == SOL_UVERBS_UCTXT_ASYNC ||
936 uctxt->uctxt_type == SOL_UVERBS_UCTXT_COMPL) {
959 uctxt->uctxt_type == SOL_UVERBS_UCTXT_ASYNC) {
971 } else if (uctxt->uctxt_type == SOL_UVERBS_UCTXT_EVENT) {
1250 if (uctxt->uctxt_type == SOL_UVERBS_UCTXT_ASYNC) {
1254 } else if (uctxt->uctxt_type == SOL_UVERBS_UCTXT_COMPL) {
1260 uctxt->uctxt_type);
1373 if (async_uctxt->uctxt_type != SOL_UVERBS_UCTXT_EVENT ||
1380 async_uctxt->uctxt_type = SOL_UVERBS_UCTXT_ASYNC;
2391 if (compl_uctxt->uctxt_type !
[all...]
/illumos-gate/usr/src/uts/common/sys/ib/clients/of/sol_uverbs/
H A Dsol_uverbs.h180 uint16_t uctxt_type; member in struct:uverbs_uctxt_uobj

Completed in 63 milliseconds