Home
last modified time | relevance | path

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

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